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

/freebsd-11.0-release/sys/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)
108 readrow(struct gf128table *tbl, unsigned bits)
138 gfmultword(uint64_t word, struct gf128 x, struct gf128table *tbl)
219 gf128_mul(struct gf128 v, struct gf128table *tbl)

Completed in 84 milliseconds