/openssl/crypto/evp/ |
H A D | p_open.c | 29 if (!EVP_DecryptInit_ex(ctx, type, NULL, NULL, NULL)) in EVP_OpenInit() 52 || !EVP_DecryptInit_ex(ctx, NULL, NULL, key, iv)) in EVP_OpenInit() 68 i = EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, NULL); in EVP_OpenFinal()
|
H A D | evp_enc.c | 516 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex() function
|
/openssl/test/ |
H A D | aesgcmtest.c | 76 && TEST_true(EVP_DecryptInit_ex(ctx, EVP_aes_256_gcm(), NULL, in do_decrypt() 78 && TEST_true(EVP_DecryptInit_ex(ctx, NULL, NULL, gcm_key, iv) > 0) in do_decrypt()
|
H A D | evp_extra_test.c | 3468 if (!TEST_true(EVP_DecryptInit_ex(ctx, cipher, NULL, key, iv)) in test_decrypt_null_chunks()
|
/openssl/demos/cipher/ |
H A D | aesccm.c | 196 if (!EVP_DecryptInit_ex(ctx, NULL, NULL, ccm_key, ccm_nonce)) in aes_ccm_decrypt()
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 78 I<iv>. using a function like L<EVP_DecryptInit_ex(3)>. The key material and 211 if (EVP_DecryptInit_ex(&ctx, EVP_aes_256_cbc(), NULL, key->aes_key,
|
H A D | EVP_aes_128_gcm.pod | 161 The I<iv> parameter to L<EVP_EncryptInit_ex(3)> or L<EVP_DecryptInit_ex(3)> is
|
H A D | EVP_CIPHER_meth_new.pod | 194 EVP_DecryptInit(), EVP_DecryptInit_ex().
|
H A D | EVP_EncryptInit.pod | 17 EVP_DecryptInit_ex, 126 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, 412 =item EVP_DecryptInit_ex2(), EVP_DecryptInit_ex(), EVP_DecryptUpdate() 440 Behave in a similar way to EVP_EncryptInit_ex(), EVP_DecryptInit_ex() and 1595 EVP_EncryptFinal(), EVP_DecryptInit(), EVP_DecryptInit_ex(),
|
/openssl/crypto/cms/ |
H A D | cms_pwri.c | 235 || !EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, NULL) in kek_unwrap_key()
|
H A D | cms_env.c | 987 if (!EVP_DecryptInit_ex(ctx, cipher, NULL, kekri->key, NULL) in cms_RecipientInfo_kekri_decrypt()
|
/openssl/crypto/pem/ |
H A D | pvkfmt.c | 890 if (!EVP_DecryptInit_ex(cctx, rc4, NULL, keybuf, NULL)) in do_PVK_body_key() 900 if (!EVP_DecryptInit_ex(cctx, rc4, NULL, keybuf, NULL)) in do_PVK_body_key()
|
H A D | pem_lib.c | 461 ok = EVP_DecryptInit_ex(ctx, cipher->cipher, NULL, key, &(cipher->iv[0])); in PEM_do_header()
|
/openssl/crypto/hpke/ |
H A D | hpke.c | 160 if (EVP_DecryptInit_ex(ctx, hctx->aead_ciph, NULL, NULL, NULL) != 1) { in hpke_aead_dec() 170 if (EVP_DecryptInit_ex(ctx, NULL, NULL, hctx->key, iv) != 1) { in hpke_aead_dec()
|
/openssl/include/openssl/ |
H A D | evp.h | 781 __owur int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,
|
/openssl/ssl/ |
H A D | t1_lib.c | 2470 || EVP_DecryptInit_ex(ctx, aes256cbc, NULL, in tls_decrypt_ticket()
|
/openssl/apps/ |
H A D | speed.c | 1032 if (!EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, aead_iv)) { in EVP_Update_loop_aead_dec()
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1101 L<EVP_DecryptInit_ex(3)>, L<EVP_DecryptUpdate(3)> and L<EVP_DecryptFinal_ex(3)>.
|
/openssl/util/ |
H A D | libcrypto.num | 769 EVP_DecryptInit_ex 789 3_0_0 EXIST::FUNCTION:
|