HomeSort by relevance Sort by last modified time
    Searched refs:headeromac (Results 1 - 4 of 4) sorted by null

  /external/dropbear/libtomcrypt/src/encauth/eax/
eax_addheader.c 31 return omac_process(&eax->headeromac, header, length);
eax_init.c 93 if ((err = omac_init(&eax->headeromac, cipher, key, keylen)) != CRYPT_OK) {
98 if ((err = omac_process(&eax->headeromac, buf, blklen)) != CRYPT_OK) {
103 if ((err = omac_process(&eax->headeromac, header, headerlen)) != CRYPT_OK) {
108 /* note we don't finish the headeromac, this allows us to add more header later */
eax_done.c 57 /* finish headeromac */
61 if ((err = omac_done(&eax->headeromac, headermac, &len)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 108 omac_state headeromac, ctomac; member in struct:__anon7173

Completed in 37 milliseconds