Searched refs:aes_gmac (Results 1 – 5 of 5) sorted by relevance
/hostap-3.6.0/wlantest/ |
D | bip.c | 121 if (aes_gmac(igtk, igtk_len, nonce, sizeof(nonce), in bip_gmac_protect()
|
D | rx_mgmt.c | 2159 ret = aes_gmac(igtk, igtk_len, nonce, sizeof(nonce), in check_mmie_mic()
|
/hostap-3.6.0/src/crypto/ |
D | aes_wrap.h | 62 int __must_check aes_gmac(const u8 *key, size_t key_len,
|
D | aes-gcm.c | 322 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac() function
|
/hostap-3.6.0/tests/ |
D | test-aes.c | 302 if (aes_gmac(k, k_len, iv, iv_len, aad, aad_len, tag) < in test_gcm()
|