Searched refs:ctomac (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/eax/ |
A D | eax_decrypt.c | 30 if ((err = omac_process(&eax->ctomac, ct, length)) != CRYPT_OK) { in eax_decrypt()
|
A D | eax_encrypt.c | 35 return omac_process(&eax->ctomac, ct, length); in eax_encrypt()
|
A D | eax_init.c | 108 if ((err = omac_init(&eax->ctomac, cipher, key, keylen)) != CRYPT_OK) { in eax_init() 115 if ((err = omac_process(&eax->ctomac, buf, blklen)) != CRYPT_OK) { in eax_init()
|
A D | eax_done.c | 45 if ((err = omac_done(&eax->ctomac, ctmac, &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 5 milliseconds