Searched refs:aes_gmac (Results 1 – 5 of 5) sorted by relevance
| /hostap-latest/wlantest/ |
| D | bip.c | 239 if (aes_gmac(igtk, igtk_len, nonce, sizeof(nonce), in bip_gmac_protect() 363 if (aes_gmac(igtk, igtk_len, nonce, sizeof(nonce), buf, buf_len, pos) < in bip_gmac_protect_s1g_beacon()
|
| D | rx_mgmt.c | 3121 ret = aes_gmac(igtk, igtk_len, nonce, sizeof(nonce), in check_mmie_mic()
|
| /hostap-latest/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-latest/tests/ |
| D | test-aes.c | 302 if (aes_gmac(k, k_len, iv, iv_len, aad, aad_len, tag) < in test_gcm()
|