Searched refs:EVP_MD_CTX_copy (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | hmactest.c | 262 || !TEST_true(EVP_MD_CTX_copy(ctx_tmp, ctx))) in test_hmac_copy_uninited()
|
H A D | evp_test.c | 444 if (!EVP_MD_CTX_copy(mctx_cpy, mctx)) { in digest_test_run()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_DigestInit.pod | 7 EVP_MD_CTX_new, EVP_MD_CTX_reset, EVP_MD_CTX_free, EVP_MD_CTX_copy, 71 int EVP_MD_CTX_copy(EVP_MD_CTX *out, EVP_MD_CTX *in); 314 =item EVP_MD_CTX_copy() 657 The functions EVP_DigestInit(), EVP_DigestFinal() and EVP_MD_CTX_copy() are
|
H A D | EVP_MD_meth_new.pod | 149 This copy function is called by EVP_MD_CTX_copy() and
|
/freebsd/crypto/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 226 if (!EVP_MD_CTX_copy(dst->ctx, src->ctx) in kmac_dup()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | digest.c | 517 int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in) in EVP_MD_CTX_copy() function
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | ssl3_record.c | 1456 if (hmac == NULL || !EVP_MD_CTX_copy(hmac, hash)) { in tls1_mac()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 723 __owur int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1491 EVP_MD_CTX_copy;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1899 MLINKS+= EVP_DigestInit.3 EVP_MD_CTX_copy.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3688 EVP_MD_CTX_copy 3772 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 13139 EVP_MD_CTX_copy() changed to not require the destination to be 19390 * Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.
|