Searched refs:gf128_mul (Results 1 – 3 of 3) sorted by relevance
90 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
98 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()
119 struct gf128 gf128_mul(struct gf128 v, struct gf128table *tbl);