Searched refs:tea_setup (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
A D | tea.c | 17 &tea_setup, 29 int tea_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey) in tea_setup() function 163 if ((err = tea_setup(key, 16, 0, &skey)) != CRYPT_OK) { in tea_test()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 866 int tea_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey);
|
Completed in 5 milliseconds