Searched refs:aes_gcm_ae (Results 1 – 4 of 4) sorted by relevance
/hostap-3.6.0/src/crypto/ |
D | aes-gcm.c | 254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae() function 325 return aes_gcm_ae(key, key_len, iv, iv_len, NULL, 0, aad, aad_len, NULL, in aes_gmac()
|
D | aes_wrap.h | 52 int __must_check aes_gcm_ae(const u8 *key, size_t key_len,
|
/hostap-3.6.0/wlantest/ |
D | gcmp.c | 148 if (aes_gcm_ae(tk, tk_len, nonce, sizeof(nonce), frame + hdrlen, plen, in gcmp_encrypt()
|
/hostap-3.6.0/tests/ |
D | test-aes.c | 284 if (aes_gcm_ae(k, k_len, iv, iv_len, p, p_len, aad, aad_len, in test_gcm()
|