Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dslh_dsa.h30 __owur int ossl_slh_dsa_key_equal(const SLH_DSA_KEY *key1, const SLH_DSA_KEY *key2,
/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_dsa_key.c178 int ossl_slh_dsa_key_equal(const SLH_DSA_KEY *key1, const SLH_DSA_KEY *key2, in ossl_slh_dsa_key_equal() function
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dslh_dsa_kmgmt.c89 return ossl_slh_dsa_key_equal(key1, key2, selection); in slh_dsa_match()