Searched refs:EVP_CIPHER_CTX_copy (Results 1 – 14 of 14) sorted by relevance
/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 87 if (!EVP_CIPHER_CTX_copy(dst->ctx, src->ctx) in gmac_dup()
|
/openssl/crypto/cmac/ |
H A D | cmac.c | 101 if (!EVP_CIPHER_CTX_copy(out->cctx, in->cctx)) in CMAC_CTX_copy()
|
/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()
|
/openssl/crypto/evp/ |
H A D | bio_enc.c | 388 ret = EVP_CIPHER_CTX_copy(dctx->cipher, ctx->cipher); in enc_ctrl()
|
H A D | evp_enc.c | 1590 if (out != NULL && !EVP_CIPHER_CTX_copy(out, in)) { in EVP_CIPHER_CTX_dup() 1597 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in) in EVP_CIPHER_CTX_copy() function
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_siv_hw.c | 310 if (!EVP_CIPHER_CTX_copy(dst->ecb_ctx, src->ecb_ctx)) in aes_gcm_siv_dup_ctx()
|
/openssl/doc/man3/ |
H A D | EVP_CIPHER_meth_new.pod | 145 command code B<EVP_CTRL_COPY> at the end of EVP_CIPHER_CTX_copy().
|
H A D | EVP_EncryptInit.pod | 12 EVP_CIPHER_CTX_copy, 120 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in); 318 =item EVP_CIPHER_CTX_copy() 1206 There is no OSSL_PARAM mapping for this. Use EVP_CIPHER_CTX_copy() instead. 1372 EVP_CIPHER_CTX_copy() returns 1 if successful or 0 for failure.
|
/openssl/util/ |
H A D | missingcrypto111.txt | 639 EVP_CIPHER_CTX_copy(3)
|
H A D | libcrypto.num | 1853 EVP_CIPHER_CTX_copy 1898 3_0_0 EXIST::FUNCTION:
|
/openssl/include/openssl/ |
H A D | evp.h | 651 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in);
|
/openssl/test/ |
H A D | evp_test.c | 1217 if (!EVP_CIPHER_CTX_copy(ctx, ctx_base)) { in cipher_test_enc()
|
H A D | evp_extra_test.c | 5458 if (!TEST_true(EVP_CIPHER_CTX_copy(ctx2, ctx))) in test_cipher_with_engine()
|
/openssl/ |
H A D | CHANGES.md | 10213 * Add "missing" function EVP_CIPHER_CTX_copy(). This copies a cipher
|
Completed in 131 milliseconds