Home
last modified time | relevance | path

Searched refs:eax_init (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/encauth/eax/
H A Deax_encrypt_authenticate_memory.c47 if ((err = eax_init(eax, cipher, key, keylen, nonce, noncelen, header, headerlen)) != CRYPT_OK) { in eax_encrypt_authenticate_memory()
H A Deax_decrypt_verify_memory.c68 if ((err = eax_init(eax, cipher, key, keylen, nonce, noncelen, header, headerlen)) != CRYPT_OK) { in eax_decrypt_verify_memory()
H A Deax_init.c24 int eax_init(eax_state *eax, int cipher, in eax_init() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h262 int eax_init(eax_state *eax, int cipher, const unsigned char *key, unsigned long keylen,