Searched refs:eax_init (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/encauth/eax/ |
| H A D | eax_encrypt_authenticate_memory.c | 47 if ((err = eax_init(eax, cipher, key, keylen, nonce, noncelen, header, headerlen)) != CRYPT_OK) { in eax_encrypt_authenticate_memory()
|
| H A D | eax_decrypt_verify_memory.c | 68 if ((err = eax_init(eax, cipher, key, keylen, nonce, noncelen, header, headerlen)) != CRYPT_OK) { in eax_decrypt_verify_memory()
|
| H A D | eax_init.c | 24 int eax_init(eax_state *eax, int cipher, in eax_init() function
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_mac.h | 262 int eax_init(eax_state *eax, int cipher, const unsigned char *key, unsigned long keylen,
|