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