Home
last modified time | relevance | path

Searched refs:gf_mult (Results 1 – 2 of 2) sorted by relevance

/src/sys/net80211/
H A Dieee80211_crypto_gcm.c122 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 Daes-gcm.c65 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()