Home
last modified time | relevance | path

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

/openssl/demos/cipher/
H A Daeskeywrap.c139 if (!EVP_DecryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL)) in aes_wrap_decrypt()
H A Dariacbc.c134 if (!EVP_DecryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL)) in aria_cbc_decrypt()
H A Daesgcm.c178 if (!EVP_DecryptInit_ex2(ctx, cipher, gcm_key, gcm_iv, params)) in aes_gcm_decrypt()
H A Daesccm.c192 if (!EVP_DecryptInit_ex2(ctx, cipher, NULL, NULL, params)) in aes_ccm_decrypt()
/openssl/doc/man3/
H A DEVP_EncryptInit.pod18 EVP_DecryptInit_ex2,
128 int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
412 =item EVP_DecryptInit_ex2(), EVP_DecryptInit_ex(), EVP_DecryptUpdate()
512 EVP_DecryptInit_ex2() or EVP_CipherInit_ex2(). By default encryption operations
1304 EVP_DecryptInit_ex2() and EVP_DecryptUpdate() return 1 for success and 0 for failure.
1598 use EVP_EncryptInit_ex2(), EVP_EncryptFinal_ex(), EVP_DecryptInit_ex2(),
1831 The EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2(), EVP_CipherInit_ex2(),
/openssl/crypto/evp/
H A Devp_enc.c523 int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex2() function
/openssl/test/
H A Devp_extra_test.c5722 if (!TEST_true(EVP_DecryptInit_ex2(ctx, cipher, gcm_key, gcm_iv, params)) in aes_gcm_decrypt()
5848 if (!TEST_true(EVP_DecryptInit_ex2(ctx, cipher, rc4_key, NULL, params)) in rc4_decrypt()
/openssl/include/openssl/
H A Devp.h785 __owur int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/openssl/util/
H A Dlibcrypto.num5331 EVP_DecryptInit_ex2 5459 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md1044 EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() with OSSL_PARAM parameters
1544 passed to the EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() and

Completed in 166 milliseconds