Searched refs:aes_gcm_ad (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/crypto/ |
D | aes_wrap.h | 57 int __must_check aes_gcm_ad(const u8 *key, size_t key_len,
|
D | aes-gcm.c | 288 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad() function
|
/hostap-latest/wlantest/ |
D | gcmp.c | 108 if (aes_gcm_ad(tk, tk_len, nonce, sizeof(nonce), m, mlen, aad, aad_len, in gcmp_decrypt()
|
/hostap-latest/tests/ |
D | test-aes.c | 315 if (aes_gcm_ad(k, k_len, iv, iv_len, c, p_len, aad, aad_len, in test_gcm()
|