Searched refs:EVP_DecryptInit_ex (Results 1 – 18 of 18) sorted by relevance
/openssl-master/crypto/evp/ |
A D | p_open.c | 29 if (!EVP_DecryptInit_ex(ctx, type, NULL, NULL, NULL)) in EVP_OpenInit() 54 || !EVP_DecryptInit_ex(ctx, NULL, NULL, key, iv)) in EVP_OpenInit() 70 i = EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, NULL); in EVP_OpenFinal()
|
A D | evp_enc.c | 452 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex() function
|
/openssl-master/test/ |
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()
|
A D | evp_extra_test.c | 2662 if (!TEST_true(EVP_DecryptInit_ex(ctx, cipher, NULL, key, iv)) in test_decrypt_null_chunks()
|
/openssl-master/demos/cipher/ |
A D | aesccm.c | 196 if (!EVP_DecryptInit_ex(ctx, NULL, NULL, ccm_key, ccm_nonce)) in aes_ccm_decrypt()
|
/openssl-master/doc/man3/ |
A D | EVP_aes_128_gcm.pod | 167 The I<iv> parameter to L<EVP_EncryptInit_ex(3)> or L<EVP_DecryptInit_ex(3)> is
|
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,
|
A D | EVP_CIPHER_meth_new.pod | 193 EVP_DecryptInit(), EVP_DecryptInit_ex().
|
A D | EVP_EncryptInit.pod | 15 EVP_DecryptInit_ex, 122 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, 392 =item EVP_DecryptInit_ex2(), EVP_DecryptInit_ex(), EVP_DecryptUpdate() 420 Behave in a similar way to EVP_EncryptInit_ex(), EVP_DecryptInit_ex() and 1457 EVP_EncryptFinal(), EVP_DecryptInit(), EVP_DecryptInit_ex(),
|
/openssl-master/crypto/cms/ |
A D | cms_pwri.c | 218 || !EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, NULL) in kek_unwrap_key()
|
A D | cms_env.c | 944 if (!EVP_DecryptInit_ex(ctx, cipher, NULL, kekri->key, NULL) in cms_RecipientInfo_kekri_decrypt()
|
/openssl-master/crypto/pem/ |
A D | pvkfmt.c | 882 if (!EVP_DecryptInit_ex(cctx, rc4, NULL, keybuf, NULL)) in do_PVK_body_key() 892 if (!EVP_DecryptInit_ex(cctx, rc4, NULL, keybuf, NULL)) in do_PVK_body_key()
|
A D | pem_lib.c | 456 ok = EVP_DecryptInit_ex(ctx, cipher->cipher, NULL, key, &(cipher->iv[0])); in PEM_do_header()
|
/openssl-master/apps/ |
A D | speed.c | 771 (void)EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, iv); in EVP_Update_loop_ccm() 806 (void)EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, iv); in EVP_Update_loop_aead()
|
/openssl-master/include/openssl/ |
A D | evp.h | 768 /*__owur*/ int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,
|
/openssl-master/ssl/ |
A D | t1_lib.c | 1875 || EVP_DecryptInit_ex(ctx, aes256cbc, NULL, in tls_decrypt_ticket()
|
/openssl-master/doc/man7/ |
A D | migration_guide.pod | 1031 L<EVP_DecryptInit_ex(3)>, L<EVP_DecryptUpdate(3)> and L<EVP_DecryptFinal_ex(3)>.
|
/openssl-master/util/ |
A D | libcrypto.num | 769 EVP_DecryptInit_ex 789 3_0_0 EXIST::FUNCTION:
|
Completed in 55 milliseconds