Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/macs/
H A Dgmac_prov.c87 if (!EVP_CIPHER_CTX_copy(dst->ctx, src->ctx) in gmac_dup()
/freebsd/crypto/openssl/crypto/cmac/
H A Dcmac.c101 if (!EVP_CIPHER_CTX_copy(out->cctx, in->cctx)) in CMAC_CTX_copy()
/freebsd/crypto/openssl/crypto/modes/
H A Dsiv128.c229 if (!EVP_CIPHER_CTX_copy(dest->cipher_ctx, src->cipher_ctx)) in ossl_siv128_copy_ctx()
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_enc.c385 ret = EVP_CIPHER_CTX_copy(dctx->cipher, ctx->cipher); in enc_ctrl()
H A Devp_enc.c1409 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in) in EVP_CIPHER_CTX_copy() function
/freebsd/crypto/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod145 command code B<EVP_CTRL_COPY> at the end of EVP_CIPHER_CTX_copy().
H A DEVP_EncryptInit.pod1031 There is no OSSL_PARAM mapping for this. Use EVP_CIPHER_CTX_copy() instead.
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt570 EVP_CIPHER_CTX_copy(3)
H A Dmissingcrypto111.txt639 EVP_CIPHER_CTX_copy(3)
H A Dlibcrypto.num1853 EVP_CIPHER_CTX_copy 1898 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/include/openssl/
H A Devp.h639 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in);
/freebsd/secure/lib/libcrypto/
H A DVersion.map1409 EVP_CIPHER_CTX_copy;
/freebsd/crypto/openssl/test/
H A Devp_test.c832 if (!EVP_CIPHER_CTX_copy(ctx, ctx_base)) { in cipher_test_enc()
H A Devp_extra_test.c4980 if (!TEST_true(EVP_CIPHER_CTX_copy(ctx2, ctx))) in test_cipher_with_engine()
/freebsd/crypto/openssl/
H A DCHANGES.md9207 * Add "missing" function EVP_CIPHER_CTX_copy(). This copies a cipher