Searched refs:EVP_EncryptInit_ex2 (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/crypto/openssl/demos/cipher/ |
| H A D | ariacbc.c | 81 if (!EVP_EncryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL)) in aria_cbc_encrypt()
|
| H A D | aeskeywrap.c | 82 if (!EVP_EncryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL)) in aes_wrap_encrypt()
|
| H A D | aesgcm.c | 106 if (!EVP_EncryptInit_ex2(ctx, cipher, gcm_key, gcm_iv, params)) in aes_gcm_encrypt()
|
| H A D | aesccm.c | 108 if (!EVP_EncryptInit_ex2(ctx, cipher, NULL, NULL, params)) in aes_ccm_encrypt()
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | EVP_EncryptInit.pod | 12 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 D | evp_enc.c | 494 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 D | evp_extra_test.c | 5131 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 D | evp.h | 757 __owur int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
| /freebsd-14.2/secure/lib/libcrypto/ |
| H A D | Version.map | 4613 EVP_EncryptInit_ex2;
|
| /freebsd-14.2/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1810 MLINKS+= EVP_EncryptInit.3 EVP_EncryptInit_ex2.3
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | libcrypto.num | 5330 EVP_EncryptInit_ex2 5458 3_0_0 EXIST::FUNCTION:
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | CHANGES.md | 246 * Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(), 635 passed to the EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() and
|