Searched refs:HRSS_poly2_rotr_consttime (Results 1 – 3 of 3) sorted by relevance
39 OPENSSL_EXPORT void HRSS_poly2_rotr_consttime(struct poly2 *p, size_t bits);
67 HRSS_poly2_rotr_consttime(&p, shift); in TEST()
402 void HRSS_poly2_rotr_consttime(struct poly2 *p, size_t bits) { in HRSS_poly2_rotr_consttime() function592 HRSS_poly2_rotr_consttime(&p->s, bits); in poly3_rotr_consttime()593 HRSS_poly2_rotr_consttime(&p->a, bits); in poly3_rotr_consttime()1647 HRSS_poly2_rotr_consttime(&b, rotation); in poly_invert_mod2()