Searched refs:des3_setup (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | des.c | 34 &des3_setup, 1548 int des3_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey) in des3_setup() function 2004 if ((err = des3_setup(cases[i].key, 16, 0, &skey)) != CRYPT_OK) { in des3_test() 2025 if ((err = des3_setup(key, 24, 0, &skey)) != CRYPT_OK) { in des3_test()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 760 int des3_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey);
|