Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_copy (Results 1 – 15 of 15) sorted by relevance

/third_party/openssl/providers/implementations/macs/
Dgmac_prov.c87 if (!EVP_CIPHER_CTX_copy(dst->ctx, src->ctx) in gmac_dup()
/third_party/openssl/crypto/cmac/
Dcmac.c101 if (!EVP_CIPHER_CTX_copy(out->cctx, in->cctx)) in CMAC_CTX_copy()
/third_party/openssl/crypto/evp/
Dbio_enc.c378 ret = EVP_CIPHER_CTX_copy(dctx->cipher, ctx->cipher); in enc_ctrl()
Devp_enc.c1404 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/
Dsiv128.c229 if (!EVP_CIPHER_CTX_copy(dest->cipher_ctx, src->cipher_ctx)) in ossl_siv128_copy_ctx()
/third_party/openssl/doc/man3/
DEVP_CIPHER_meth_new.pod144 command code B<EVP_CTRL_COPY> at the end of EVP_CIPHER_CTX_copy().
DEVP_EncryptInit.pod1025 There is no OSSL_PARAM mapping for this. Use EVP_CIPHER_CTX_copy() instead.
/third_party/openssl/util/
Dmissingcrypto.txt628 EVP_CIPHER_CTX_copy(3)
Dmissingcrypto111.txt639 EVP_CIPHER_CTX_copy(3)
Dlibcrypto.num1853 EVP_CIPHER_CTX_copy 1898 3_0_0 EXIST::FUNCTION:
/third_party/openssl/ohos_lite/include/openssl/
Devp.h485 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in);
/third_party/openssl/include/openssl/
Devp.h637 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in);
/third_party/openssl/test/
Devp_test.c829 if (EVP_CIPHER_CTX_copy(ctx, ctx_base)) { in cipher_test_enc()
Devp_extra_test.c4592 if (!TEST_true(EVP_CIPHER_CTX_copy(ctx2, ctx))) in test_cipher_with_engine()
/third_party/openssl/
DCHANGES.md8807 * Add "missing" function EVP_CIPHER_CTX_copy(). This copies a cipher