HomeSort by relevance Sort by last modified time
    Searched refs:aes_gcm_ae (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/crypto/
aes_wrap.h 50 int __must_check aes_gcm_ae(const u8 *key, size_t key_len,
aes-gcm.c 252 * aes_gcm_ae - GCM-AE_K(IV, P, A)
254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, function
325 return aes_gcm_ae(key, key_len, iv, iv_len, NULL, 0, aad, aad_len, NULL,

Completed in 32 milliseconds