Searched refs:data_mac (Results 1 – 1 of 1) sorted by relevance
35 data_mac[AES_BLOCK_SIZE]; in aes_128_eax_encrypt() local66 if (omac1_aes_128(key, buf, 16 + data_len, data_mac)) in aes_128_eax_encrypt()70 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]; in aes_128_eax_encrypt()99 data_mac[AES_BLOCK_SIZE]; in aes_128_eax_decrypt() local132 if (omac1_aes_128(key, buf, 16 + data_len, data_mac)) { in aes_128_eax_decrypt()140 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i])) in aes_128_eax_decrypt()