Symbol: gf128
sys/opencrypto/gfmult.c
104
static inline struct gf128
sys/opencrypto/gfmult.c
107
struct gf128 r;
sys/opencrypto/gfmult.c
134
static struct gf128
sys/opencrypto/gfmult.c
135
gfmultword(uint64_t word, struct gf128 x, struct gf128table *tbl)
sys/opencrypto/gfmult.c
137
struct gf128 row;
sys/opencrypto/gfmult.c
171
static struct gf128
sys/opencrypto/gfmult.c
173
struct gf128 x, struct gf128table4 *tbl)
sys/opencrypto/gfmult.c
175
struct gf128 rowa, rowb, rowc, rowd;
sys/opencrypto/gfmult.c
215
struct gf128
sys/opencrypto/gfmult.c
216
gf128_mul(struct gf128 v, struct gf128table *tbl)
sys/opencrypto/gfmult.c
218
struct gf128 ret;
sys/opencrypto/gfmult.c
232
struct gf128
sys/opencrypto/gfmult.c
233
gf128_mul4(struct gf128 a, struct gf128 b, struct gf128 c, struct gf128 d,
sys/opencrypto/gfmult.c
236
struct gf128 tmp;
sys/opencrypto/gfmult.c
255
struct gf128
sys/opencrypto/gfmult.c
256
gf128_mul4b(struct gf128 r, const uint8_t *v, struct gf128table4 *tbl)
sys/opencrypto/gfmult.c
258
struct gf128 a, b, c, d;
sys/opencrypto/gfmult.c
259
struct gf128 tmp;
sys/opencrypto/gfmult.c
41
static inline struct gf128
sys/opencrypto/gfmult.c
42
gf128_mulalpha(struct gf128 v)
sys/opencrypto/gfmult.c
59
gf128_genmultable(struct gf128 h, struct gf128table *t)
sys/opencrypto/gfmult.c
61
struct gf128 tbl[16];
sys/opencrypto/gfmult.c
84
gf128_genmultable4(struct gf128 h, struct gf128table4 *t)
sys/opencrypto/gfmult.c
86
struct gf128 h2, h3, h4;
sys/opencrypto/gfmult.h
108
static inline struct gf128 __pure /* XXX - __pure2 instead */
sys/opencrypto/gfmult.h
109
gf128_add(struct gf128 a, struct gf128 b)
sys/opencrypto/gfmult.h
117
void gf128_genmultable(struct gf128 h, struct gf128table *t);
sys/opencrypto/gfmult.h
118
void gf128_genmultable4(struct gf128 h, struct gf128table4 *t);
sys/opencrypto/gfmult.h
119
struct gf128 gf128_mul(struct gf128 v, struct gf128table *tbl);
sys/opencrypto/gfmult.h
120
struct gf128 gf128_mul4(struct gf128 a, struct gf128 b, struct gf128 c,
sys/opencrypto/gfmult.h
121
struct gf128 d, struct gf128table4 *tbl);
sys/opencrypto/gfmult.h
122
struct gf128 gf128_mul4b(struct gf128 r, const uint8_t *v,
sys/opencrypto/gfmult.h
80
#define MAKE_GF128(a, b) ((struct gf128){.v = { (a), (b) } })
sys/opencrypto/gfmult.h
84
static inline struct gf128
sys/opencrypto/gfmult.h
87
struct gf128 r;
sys/opencrypto/gfmult.h
98
gf128_write(struct gf128 v, uint8_t *buf)
sys/opencrypto/gmac.c
121
struct gf128 a;
sys/opencrypto/gmac.c
49
struct gf128 h;
sys/opencrypto/gmac.c
83
struct gf128 v;
sys/opencrypto/gmac.h
41
struct gf128 hash;