Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dgfmult.c93 h2 = gf128_mul(h, &t->tbls[0]); in gf128_genmultable4()
97 h3 = gf128_mul(h, &t->tbls[1]); in gf128_genmultable4()
100 h4 = gf128_mul(h2, &t->tbls[1]); in gf128_genmultable4()
219 gf128_mul(struct gf128 v, struct gf128table *tbl) in gf128_mul() function
H A Dgmac.c97 v = gf128_mul(v, &agc->ghashtbl.tbls[0]); in AES_GMAC_Update()
102 v = gf128_mul(v, &agc->ghashtbl.tbls[0]); in AES_GMAC_Update()
H A Dgfmult.h122 struct gf128 gf128_mul(struct gf128 v, struct gf128table *tbl);