Searched refs:gf_mult (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-gcm.c | 65 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult() function 119 gf_mult(y, h, tmp); in ghash() 135 gf_mult(y, h, tmp); in ghash()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-gcm.c | 65 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult() function 119 gf_mult(y, h, tmp); in ghash() 135 gf_mult(y, h, tmp); in ghash()
|
Completed in 2 milliseconds