Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dgfmult.h56 struct gf128table { struct
67 struct gf128table tbls[4];
120 void gf128_genmultable(struct gf128 h, struct gf128table *t);
122 struct gf128 gf128_mul(struct gf128 v, struct gf128table *tbl);
H A Dgfmult.c62 gf128_genmultable(struct gf128 h, struct gf128table *t) in gf128_genmultable()
108 readrow(struct gf128table *tbl, unsigned bits) in readrow()
138 gfmultword(uint64_t word, struct gf128 x, struct gf128table *tbl) in gfmultword()
219 gf128_mul(struct gf128 v, struct gf128table *tbl) in gf128_mul()