Home
last modified time | relevance | path

Searched refs:aes_gcm_ad (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/crypto/
Daes_wrap.h57 int __must_check aes_gcm_ad(const u8 *key, size_t key_len,
Daes-gcm.c288 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/
Dgcmp.c108 if (aes_gcm_ad(tk, tk_len, nonce, sizeof(nonce), m, mlen, aad, aad_len, in gcmp_decrypt()
/hostap-latest/tests/
Dtest-aes.c315 if (aes_gcm_ad(k, k_len, iv, iv_len, c, p_len, aad, aad_len, in test_gcm()