Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dslh_dsa.h29 __owur SLH_DSA_KEY *ossl_slh_dsa_key_dup(const SLH_DSA_KEY *src, int selection);
/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_dsa_key.c135 SLH_DSA_KEY *ossl_slh_dsa_key_dup(const SLH_DSA_KEY *src, int selection) in ossl_slh_dsa_key_dup() function
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dslh_dsa_kmgmt.c64 return ossl_slh_dsa_key_dup(keydata_from, selection); in slh_dsa_dup_key()