Lines Matching refs:poly2
311 static void poly2_zero(struct poly2 *p) { in poly2_zero()
349 static void poly2_mod_phiN(struct poly2 *p) { in poly2_mod_phiN()
361 static void poly2_reverse_700(struct poly2 *out, const struct poly2 *in) { in poly2_reverse_700()
362 struct poly2 t; in poly2_reverse_700()
376 static void poly2_cswap(struct poly2 *a, struct poly2 *b, crypto_word_t swap) { in poly2_cswap()
386 static void poly2_fmadd(struct poly2 *out, const struct poly2 *in, in poly2_fmadd()
394 static void poly2_lshift1(struct poly2 *p) { in poly2_lshift1()
405 static void poly2_rshift1(struct poly2 *p) { in poly2_rshift1()
417 static void poly2_clear_top_bits(struct poly2 *p) { in poly2_clear_top_bits()
423 static int poly2_top_bits_are_clear(const struct poly2 *p) { in poly2_top_bits_are_clear()
861 OPENSSL_memset(&f.s, 0, sizeof(struct poly2)); in HRSS_poly3_invert()
862 OPENSSL_memset(&f.a, 0xff, sizeof(struct poly2)); in HRSS_poly3_invert()
1342 static void poly2_from_poly(struct poly2 *out, const struct poly *in) { in poly2_from_poly()
1455 static void poly_from_poly2(struct poly *out, const struct poly2 *in) { in poly_from_poly2()
1505 struct poly2 v, r, f, g; in poly_invert_mod2()
1513 OPENSSL_memset(&f, 0xff, sizeof(struct poly2)); in poly_invert_mod2()