Searched refs:des_setup (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | des.c | 20 &des_setup, 1521 int des_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey) in des_setup() function 1930 if ((err = des_setup(cases[i].key, 8, 0, &skey)) != CRYPT_OK) { in des_test() 1951 if ((err = des_setup(key, 8, 0, &skey)) != CRYPT_OK) { in des_test()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 754 int des_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey);
|