Searched refs:hdr_mac (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/wpa/src/crypto/
H A Daes-eax.c34 u8 nonce_mac[AES_BLOCK_SIZE], hdr_mac[AES_BLOCK_SIZE], local
59 if (omac1_aes_128(key, buf, 16 + hdr_len, hdr_mac))
70 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i];
98 u8 nonce_mac[AES_BLOCK_SIZE], hdr_mac[AES_BLOCK_SIZE], local
125 if (omac1_aes_128(key, buf, 16 + hdr_len, hdr_mac)) {
140 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]))

Completed in 48 milliseconds