Home
last modified time | relevance | path

Searched refs:EVP_MD_CTX_copy (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/hmac/
HDhmac.c221 if (!EVP_MD_CTX_copy(&dctx->i_ctx, &sctx->i_ctx)) in HMAC_CTX_copy()
223 if (!EVP_MD_CTX_copy(&dctx->o_ctx, &sctx->o_ctx)) in HMAC_CTX_copy()
225 if (!EVP_MD_CTX_copy(&dctx->md_ctx, &sctx->md_ctx)) in HMAC_CTX_copy()
/dragonfly/crypto/libressl/crypto/evp/
HDdigest.c254 EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in) in EVP_MD_CTX_copy() function
/dragonfly/crypto/libressl/ssl/
HDtls12_record_layer.c695 if (!EVP_MD_CTX_copy(mac_ctx, hash_ctx)) in tls12_record_layer_mac()
716 if (!EVP_MD_CTX_copy(hash_ctx, mac_ctx)) in tls12_record_layer_mac()
/dragonfly/crypto/libressl/include/openssl/
HDevp.h454 int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in);