Home
last modified time | relevance | path

Searched refs:poly_add (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_matrix.c36 poly_add(&product, &t->poly[i], &t->poly[i]); in ossl_ml_dsa_matrix_mult_vector()
H A Dml_dsa_poly.h34 poly_add(const POLY *lhs, const POLY *rhs, POLY *out) in poly_add() function
H A Dml_dsa_vector.h92 poly_add(lhs->poly + i, rhs->poly + i, out->poly + i); in vector_add()