Home
last modified time | relevance | path

Searched refs:gf128_mul (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/opencrypto/
H A Dgfmult.c90 h2 = gf128_mul(h, &t->tbls[0]); in gf128_genmultable4()
94 h3 = gf128_mul(h, &t->tbls[1]); in gf128_genmultable4()
97 h4 = gf128_mul(h2, &t->tbls[1]); in gf128_genmultable4()
216 gf128_mul(struct gf128 v, struct gf128table *tbl) in gf128_mul() function
H A Dgmac.c98 v = gf128_mul(v, &agc->ghashtbl.tbls[0]); in AES_GMAC_Update()
103 v = gf128_mul(v, &agc->ghashtbl.tbls[0]); in AES_GMAC_Update()
H A Dgfmult.h119 struct gf128 gf128_mul(struct gf128 v, struct gf128table *tbl);