Home
last modified time | relevance | path

Searched refs:EVP_EncryptInit_ex2 (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/crypto/openssl/demos/cipher/
H A Dariacbc.c81 if (!EVP_EncryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL)) in aria_cbc_encrypt()
H A Daeskeywrap.c82 if (!EVP_EncryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL)) in aes_wrap_encrypt()
H A Daesgcm.c106 if (!EVP_EncryptInit_ex2(ctx, cipher, gcm_key, gcm_iv, params)) in aes_gcm_encrypt()
H A Daesccm.c108 if (!EVP_EncryptInit_ex2(ctx, cipher, NULL, NULL, params)) in aes_ccm_encrypt()
/freebsd-14.2/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod12 EVP_EncryptInit_ex2,
115 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
339 =item EVP_EncryptInit_ex2()
356 This legacy function is similar to EVP_EncryptInit_ex2() when I<impl> is NULL.
495 is set up for encryption or decryption with EVP_EncryptInit_ex2(),
1195 EVP_EncryptInit_ex2(), EVP_EncryptUpdate() and EVP_EncryptFinal_ex()
1489 use EVP_EncryptInit_ex2(), EVP_EncryptFinal_ex(), EVP_DecryptInit_ex2(),
1541 if (!EVP_EncryptInit_ex2(ctx, EVP_idea_cbc(), key, iv, NULL)) {
1722 The EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2(), EVP_CipherInit_ex2(),
/freebsd-14.2/crypto/openssl/crypto/evp/
H A Devp_enc.c494 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex2() function
/freebsd-14.2/crypto/openssl/test/
H A Devp_extra_test.c5131 if (!TEST_true(EVP_EncryptInit_ex2(ctx, cipher, gcm_key, gcm_iv, params)) in aes_gcm_encrypt()
5268 if (!TEST_true(EVP_EncryptInit_ex2(ctx, cipher, rc4_key, NULL, params)) in rc4_encrypt()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Devp.h757 __owur int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/freebsd-14.2/secure/lib/libcrypto/
H A DVersion.map4613 EVP_EncryptInit_ex2;
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile1810 MLINKS+= EVP_EncryptInit.3 EVP_EncryptInit_ex2.3
/freebsd-14.2/crypto/openssl/util/
H A Dlibcrypto.num5330 EVP_EncryptInit_ex2 5458 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md246 * Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(),
635 passed to the EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() and