Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dgmac.c61 gf128_genmultable4(h, &agc->ghashtbl); in AES_GMAC_Setkey()
93 v = gf128_mul4b(v, data, &agc->ghashtbl); in AES_GMAC_Update()
97 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 Dgmac.h43 struct gf128table4 ghashtbl; member