Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/eax/
A Deax_init.c85 if ((err = omac_init(&eax->headeromac, cipher, key, keylen)) != CRYPT_OK) { in eax_init()
90 if ((err = omac_process(&eax->headeromac, buf, blklen)) != CRYPT_OK) { in eax_init()
95 if ((err = omac_process(&eax->headeromac, header, headerlen)) != CRYPT_OK) { in eax_init()
A Deax_addheader.c23 return omac_process(&eax->headeromac, header, length); in eax_addheader()
A Deax_done.c53 if ((err = omac_done(&eax->headeromac, headermac, &len)) != CRYPT_OK) { in eax_done()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_mac.h259 omac_state headeromac, ctomac; member

Completed in 4 milliseconds