Searched refs:rc2_setup (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/ciphers/ |
A D | rc2.c | 32 &rc2_setup, 133 int rc2_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey) in rc2_setup() function 359 if ((err = rc2_setup(tests[x].key, tests[x].keylen, 0, &skey)) != CRYPT_OK) { in rc2_test()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 652 int rc2_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey);
|
Completed in 5 milliseconds