Searched refs:EVP_MD_CTX_copy (Results 1 – 10 of 10) sorted by relevance
/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 | 798 if (!TEST_true(EVP_MD_CTX_copy(mctx_cpy, mctx))) { in digest_test_run()
|
/openssl/doc/man3/ |
H A D | EVP_DigestInit.pod | 8 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 D | EVP_MD_meth_new.pod | 149 This copy function is called by EVP_MD_CTX_copy() and
|
/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 243 if (!EVP_MD_CTX_copy(dst->ctx, src->ctx) in kmac_dup()
|
/openssl/ssl/record/methods/ |
H A D | tls1_meth.c | 486 if (hmac == NULL || !EVP_MD_CTX_copy(hmac, hash)) { in tls1_mac()
|
/openssl/crypto/evp/ |
H A D | digest.c | 586 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 D | evp.h | 732 __owur int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in);
|
/openssl/util/ |
H A D | libcrypto.num | 3688 EVP_MD_CTX_copy 3772 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 14145 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 133 milliseconds