Searched refs:gf_mult (Results 1 – 2 of 2) sorted by relevance
| /src/sys/net80211/ |
| H A D | ieee80211_crypto_gcm.c | 122 gf_mult(const uint8_t *x, const uint8_t *y, uint8_t *z) in gf_mult() function 176 gf_mult(y, h, tmp); in ghash() 192 gf_mult(y, h, tmp); in ghash()
|
| /src/contrib/wpa/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()
|