Home
last modified time | relevance | path

Searched refs:eax_decrypt (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/encauth/eax/
H A Deax_decrypt.c20 int eax_decrypt(eax_state *eax, const unsigned char *ct, unsigned char *pt, in eax_decrypt() function
H A Deax_decrypt_verify_memory.c72 if ((err = eax_decrypt(eax, ct, pt, ctlen)) != CRYPT_OK) { in eax_decrypt_verify_memory()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h267 int eax_decrypt(eax_state *eax, const unsigned char *ct, unsigned char *pt, unsigned long length);