Searched refs:EVP_CIPHER_CTX_copy (Results 1 - 15 of 15) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmac/ |
H A D | cmac.c | 101 if (!EVP_CIPHER_CTX_copy(out->cctx, in->cctx)) in CMAC_CTX_copy()
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 87 if (!EVP_CIPHER_CTX_copy(dst->ctx, src->ctx) in gmac_dup()
|
/third_party/openssl/crypto/cmac/ |
H A D | cmac.c | 101 if (!EVP_CIPHER_CTX_copy(out->cctx, in->cctx)) in CMAC_CTX_copy()
|
/third_party/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 87 if (!EVP_CIPHER_CTX_copy(dst->ctx, src->ctx) in gmac_dup()
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | siv128.c | 229 if (!EVP_CIPHER_CTX_copy(dest->cipher_ctx, src->cipher_ctx)) in ossl_siv128_copy_ctx()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | bio_enc.c | 385 ret = EVP_CIPHER_CTX_copy(dctx->cipher, ctx->cipher); in enc_ctrl()
|
H A D | evp_enc.c | 1409 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in) in EVP_CIPHER_CTX_copy() function
|
/third_party/openssl/crypto/evp/ |
H A D | bio_enc.c | 385 ret = EVP_CIPHER_CTX_copy(dctx->cipher, ctx->cipher); in enc_ctrl()
|
H A D | evp_enc.c | 1404 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in) in EVP_CIPHER_CTX_copy() function
|
/third_party/openssl/crypto/modes/ |
H A D | siv128.c | 229 if (!EVP_CIPHER_CTX_copy(dest->cipher_ctx, src->cipher_ctx)) in ossl_siv128_copy_ctx()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 485 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 639 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in);
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 637 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in);
|
/third_party/openssl/test/ |
H A D | evp_test.c | 829 if (EVP_CIPHER_CTX_copy(ctx, ctx_base)) { in cipher_test_enc()
|
H A D | evp_extra_test.c | 4615 if (!TEST_true(EVP_CIPHER_CTX_copy(ctx2, ctx))) in test_cipher_with_engine()
|
Completed in 29 milliseconds