Home
last modified time | relevance | path

Searched refs:gf128 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dgfmult.h78 struct gf128 { struct
83 #define MAKE_GF128(a, b) ((struct gf128){.v = { (a), (b) } }) argument
87 static inline struct gf128
90 struct gf128 r; in gf128_read()
101 gf128_write(struct gf128 v, uint8_t *buf) in gf128_write()
111 static inline struct gf128 __pure /* XXX - __pure2 instead */
112 gf128_add(struct gf128 a, struct gf128 b) in gf128_add()
122 struct gf128 gf128_mul(struct gf128 v, struct gf128table *tbl);
123 struct gf128 gf128_mul4(struct gf128 a, struct gf128 b, struct gf128 c,
124 struct gf128 d, struct gf128table4 *tbl);
[all …]
H A Dgfmult.c110 struct gf128 r; in readrow()
137 static struct gf128
140 struct gf128 row; in gfmultword()
174 static struct gf128
218 struct gf128
221 struct gf128 ret; in gf128_mul()
235 struct gf128
236 gf128_mul4(struct gf128 a, struct gf128 b, struct gf128 c, struct gf128 d, in gf128_mul4()
239 struct gf128 tmp; in gf128_mul4()
258 struct gf128
[all …]
H A Dgmac.c52 struct gf128 h; in AES_GMAC_Setkey()
82 struct gf128 v; in AES_GMAC_Update()
120 struct gf128 a; in AES_GMAC_Final()
H A Dgmac.h44 struct gf128 hash;