Searched refs:headeromac (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/eax/ |
A D | eax_init.c | 85 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 D | eax_addheader.c | 23 return omac_process(&eax->headeromac, header, length); in eax_addheader()
|
A D | eax_done.c | 53 if ((err = omac_done(&eax->headeromac, headermac, &len)) != CRYPT_OK) { in eax_done()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_mac.h | 259 omac_state headeromac, ctomac; member
|
Completed in 4 milliseconds