Home
last modified time | relevance | path

Searched refs:poly_sub (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_poly.h52 poly_sub(const POLY *lhs, const POLY *rhs, POLY *out) in poly_sub() function
H A Dml_dsa_vector.h98 poly_sub(lhs->poly + i, rhs->poly + i, out->poly + i); in vector_sub()