Searched refs:ossl_ml_dsa_key_equal (Results 1 – 3 of 3) sorted by relevance
85 __owur int ossl_ml_dsa_key_equal(const ML_DSA_KEY *key1, const ML_DSA_KEY *key2,
168 return ossl_ml_dsa_key_equal(key1, key2, selection); in ml_dsa_match()
254 int ossl_ml_dsa_key_equal(const ML_DSA_KEY *key1, const ML_DSA_KEY *key2, in ossl_ml_dsa_key_equal() function