Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_poly.h62 poly_equal(const POLY *a, const POLY *b) in poly_equal() function
H A Dml_dsa_vector.h75 if (!poly_equal(a->poly + i, b->poly + i)) in vector_equal()