Searched refs:rc5_setup (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/ciphers/ |
A D | rc5.c | 25 &rc5_setup, 55 int rc5_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey) in _rc5_setup() 111 int rc5_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey) in rc5_setup() function 270 if ((err = rc5_setup(tests[x].key, 16, 12, &key)) != CRYPT_OK) { in rc5_test()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 632 int rc5_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey);
|
Completed in 5 milliseconds