Searched refs:aes_gcm_prepare_j0 (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-gcm.c192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) function
267 aes_gcm_prepare_j0(iv, iv_len, H, J0);
301 aes_gcm_prepare_j0(iv, iv_len, H, J0);
/external/wpa_supplicant_8/src/crypto/
H A Daes-gcm.c192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) function
267 aes_gcm_prepare_j0(iv, iv_len, H, J0);
301 aes_gcm_prepare_j0(iv, iv_len, H, J0);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-gcm.c192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) function
267 aes_gcm_prepare_j0(iv, iv_len, H, J0);
301 aes_gcm_prepare_j0(iv, iv_len, H, J0);

Completed in 64 milliseconds