Searched refs:ctomac (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/encauth/eax/ |
| A D | eax_init.c | 115 if ((err = omac_init(&eax->ctomac, cipher, key, keylen)) != CRYPT_OK) { in eax_init() 122 if ((err = omac_process(&eax->ctomac, buf, blklen)) != CRYPT_OK) { in eax_init()
|
| A D | eax_decrypt.c | 37 if ((err = omac_process(&eax->ctomac, ct, length)) != CRYPT_OK) { in eax_decrypt()
|
| A D | eax_encrypt.c | 42 return omac_process(&eax->ctomac, ct, length); in eax_encrypt()
|
| A D | eax_done.c | 52 if ((err = omac_done(&eax->ctomac, ctmac, &len)) != CRYPT_OK) { in eax_done()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| A D | tomcrypt_mac.h | 253 omac_state headeromac, ctomac; member
|
Completed in 6 milliseconds