Searched refs:xtea_setup (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | xtea.c | 17 &xtea_setup, 26 int xtea_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey) in xtea_setup() function 202 if ((err = xtea_setup(tests[i].key, 16, 0, &skey)) != CRYPT_OK) { in xtea_test()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 734 int xtea_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey);
|