Home
last modified time | relevance | path

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

/third_party/openssl/crypto/cmac/
Dcmac.c92 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.c683 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in) in EVP_CIPHER_CTX_copy() function
/third_party/openssl/doc/man3/
DEVP_CIPHER_meth_new.pod136 command code B<EVP_CTRL_COPY> at the end of EVP_CIPHER_CTX_copy().
/third_party/openssl/test/
Devp_extra_test.c1983 if (!TEST_true(EVP_CIPHER_CTX_copy(ctx2, ctx))) in test_cipher_with_engine()
/third_party/openssl/include/openssl/
Devp.h485 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1444 #define EVP_CIPHER_CTX_copy BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_CIPHER_CTX_copy) macro
/third_party/openssl/crypto/err/
Dopenssl.txt742 EVP_F_EVP_CIPHER_CTX_COPY:163:EVP_CIPHER_CTX_copy
/third_party/openssl/util/
Dlibcrypto.num1914 EVP_CIPHER_CTX_copy 1898 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES4569 *) Add "missing" function EVP_CIPHER_CTX_copy(). This copies a cipher