Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dgfmult.h53 struct gf128table { struct
64 struct gf128table tbls[4];
117 void gf128_genmultable(struct gf128 h, struct gf128table *t);
119 struct gf128 gf128_mul(struct gf128 v, struct gf128table *tbl);
H A Dgfmult.c59 gf128_genmultable(struct gf128 h, struct gf128table *t) in gf128_genmultable()
105 readrow(struct gf128table *tbl, unsigned bits) in readrow()
135 gfmultword(uint64_t word, struct gf128 x, struct gf128table *tbl) in gfmultword()
216 gf128_mul(struct gf128 v, struct gf128table *tbl) in gf128_mul()