Searched refs:camellia_setup (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
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-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 836 int camellia_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey);
|
Completed in 6 milliseconds