Lines Matching refs:be128
163 void gf128mul_lle(be128 *a, const be128 *b);
165 void gf128mul_bbe(be128 *a, const be128 *b);
182 static inline void gf128mul_x_lle(be128 *r, const be128 *x) in gf128mul_x_lle()
195 static inline void gf128mul_x_bbe(be128 *r, const be128 *x) in gf128mul_x_bbe()
223 be128 t[256];
226 struct gf128mul_4k *gf128mul_init_4k_lle(const be128 *g);
227 struct gf128mul_4k *gf128mul_init_4k_bbe(const be128 *g);
228 void gf128mul_4k_lle(be128 *a, const struct gf128mul_4k *t);
229 void gf128mul_4k_bbe(be128 *a, const struct gf128mul_4k *t);
248 struct gf128mul_64k *gf128mul_init_64k_bbe(const be128 *g);
250 void gf128mul_64k_bbe(be128 *a, const struct gf128mul_64k *t);