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

/freebsd-11.0-release/sys/opencrypto/
H A Dgmac.h43 struct gf128table4 ghashtbl; member in struct:aes_gmac_ctx
H A Dgmac.c57 gf128_genmultable4(h, &agc->ghashtbl);
83 v = gf128_mul4b(v, data, &agc->ghashtbl);
87 v = gf128_mul(v, &agc->ghashtbl.tbls[0]);
92 v = gf128_mul(v, &agc->ghashtbl.tbls[0]);

Completed in 56 milliseconds