Searched refs:headeromac (Results 1 – 4 of 4) sorted by relevance
/external/dropbear/libtomcrypt/src/encauth/eax/ |
D | eax_init.c | 93 if ((err = omac_init(&eax->headeromac, cipher, key, keylen)) != CRYPT_OK) { in eax_init() 98 if ((err = omac_process(&eax->headeromac, buf, blklen)) != CRYPT_OK) { in eax_init() 103 if ((err = omac_process(&eax->headeromac, header, headerlen)) != CRYPT_OK) { in eax_init()
|
D | eax_addheader.c | 31 return omac_process(&eax->headeromac, header, length); in eax_addheader()
|
D | eax_done.c | 61 if ((err = omac_done(&eax->headeromac, headermac, &len)) != CRYPT_OK) { in eax_done()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_mac.h | 108 omac_state headeromac, ctomac; member
|