Home
last modified time | relevance | path

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

/openssl/test/
H A Dhmactest.c262 || !TEST_true(EVP_MD_CTX_copy(ctx_tmp, ctx))) in test_hmac_copy_uninited()
H A Devp_test.c798 if (!TEST_true(EVP_MD_CTX_copy(mctx_cpy, mctx))) { in digest_test_run()
/openssl/doc/man3/
H A DEVP_DigestInit.pod8 EVP_MD_CTX_copy, EVP_MD_CTX_copy_ex, EVP_MD_CTX_ctrl,
75 int EVP_MD_CTX_copy(EVP_MD_CTX *out, EVP_MD_CTX *in);
344 =item EVP_MD_CTX_copy()
717 The functions EVP_DigestInit(), EVP_DigestFinal() and EVP_MD_CTX_copy() are
H A DEVP_MD_meth_new.pod149 This copy function is called by EVP_MD_CTX_copy() and
/openssl/providers/implementations/macs/
H A Dkmac_prov.c243 if (!EVP_MD_CTX_copy(dst->ctx, src->ctx) in kmac_dup()
/openssl/ssl/record/methods/
H A Dtls1_meth.c486 if (hmac == NULL || !EVP_MD_CTX_copy(hmac, hash)) { in tls1_mac()
/openssl/crypto/evp/
H A Ddigest.c586 int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in) in EVP_MD_CTX_copy() function
/openssl/include/openssl/
H A Devp.h732 __owur int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in);
/openssl/util/
H A Dlibcrypto.num3688 EVP_MD_CTX_copy 3772 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md14145 EVP_MD_CTX_copy() changed to not require the destination to be
20396 * Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.

Completed in 96 milliseconds