Home
last modified time | relevance | path

Searched refs:aes_gmac (Results 1 – 5 of 5) sorted by relevance

/hostap-3.6.0/wlantest/
Dbip.c121 if (aes_gmac(igtk, igtk_len, nonce, sizeof(nonce), in bip_gmac_protect()
Drx_mgmt.c2159 ret = aes_gmac(igtk, igtk_len, nonce, sizeof(nonce), in check_mmie_mic()
/hostap-3.6.0/src/crypto/
Daes_wrap.h62 int __must_check aes_gmac(const u8 *key, size_t key_len,
Daes-gcm.c322 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/
Dtest-aes.c302 if (aes_gmac(k, k_len, iv, iv_len, aad, aad_len, tag) < in test_gcm()