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

  /external/wpa_supplicant/
aes_wrap.c 346 u8 nonce_mac[BLOCK_SIZE], hdr_mac[BLOCK_SIZE], data_mac[BLOCK_SIZE]; local
369 omac1_aes_128(key, buf, 16 + hdr_len, hdr_mac);
379 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i];
403 u8 nonce_mac[BLOCK_SIZE], hdr_mac[BLOCK_SIZE], data_mac[BLOCK_SIZE]; local
426 omac1_aes_128(key, buf, 16 + hdr_len, hdr_mac);
435 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]))
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes_wrap.c 351 u8 nonce_mac[BLOCK_SIZE], hdr_mac[BLOCK_SIZE], data_mac[BLOCK_SIZE]; local
375 if (omac1_aes_128(key, buf, 16 + hdr_len, hdr_mac))
386 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i];
414 u8 nonce_mac[BLOCK_SIZE], hdr_mac[BLOCK_SIZE], data_mac[BLOCK_SIZE]; local
440 if (omac1_aes_128(key, buf, 16 + hdr_len, hdr_mac)) {
455 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]))

Completed in 337 milliseconds