Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_dsa_hash_ctx.c68 SLH_DSA_HASH_CTX *ossl_slh_dsa_hash_ctx_dup(const SLH_DSA_HASH_CTX *src) in ossl_slh_dsa_hash_ctx_dup() function
/freebsd/crypto/openssl/include/crypto/
H A Dslh_dsa.h55 __owur SLH_DSA_HASH_CTX *ossl_slh_dsa_hash_ctx_dup(const SLH_DSA_HASH_CTX *src);
/freebsd/crypto/openssl/providers/implementations/signature/
H A Dslh_dsa_sig.c109 ret->hash_ctx = ossl_slh_dsa_hash_ctx_dup(src->hash_ctx); in slh_dsa_dupctx()