Searched refs:poly_add (Results 1 – 3 of 3) sorted by relevance
36 poly_add(&product, &t->poly[i], &t->poly[i]); in ossl_ml_dsa_matrix_mult_vector()
34 poly_add(const POLY *lhs, const POLY *rhs, POLY *out) in poly_add() function
92 poly_add(lhs->poly + i, rhs->poly + i, out->poly + i); in vector_add()