Searched refs:EVP_DecryptInit_ex2 (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/demos/cipher/ |
H A D | aeskeywrap.c | 139 if (!EVP_DecryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL)) in aes_wrap_decrypt()
|
H A D | ariacbc.c | 137 if (!EVP_DecryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL)) in aria_cbc_decrypt()
|
H A D | aesgcm.c | 178 if (!EVP_DecryptInit_ex2(ctx, cipher, gcm_key, gcm_iv, params)) in aes_gcm_decrypt()
|
H A D | aesccm.c | 192 if (!EVP_DecryptInit_ex2(ctx, cipher, NULL, NULL, params)) in aes_ccm_decrypt()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_EncryptInit.pod | 16 EVP_DecryptInit_ex2, 124 int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, 398 =item EVP_DecryptInit_ex2(), EVP_DecryptInit_ex(), EVP_DecryptUpdate() 496 EVP_DecryptInit_ex2() or EVP_CipherInit_ex2(). By default encryption operations 1198 EVP_DecryptInit_ex2() and EVP_DecryptUpdate() return 1 for success and 0 for failure. 1489 use EVP_EncryptInit_ex2(), EVP_EncryptFinal_ex(), EVP_DecryptInit_ex2(), 1722 The EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2(), EVP_CipherInit_ex2(),
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_enc.c | 514 int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex2() function
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 5181 if (!TEST_true(EVP_DecryptInit_ex2(ctx, cipher, gcm_key, gcm_iv, params)) in aes_gcm_decrypt() 5307 if (!TEST_true(EVP_DecryptInit_ex2(ctx, cipher, rc4_key, NULL, params)) in rc4_decrypt()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 774 __owur int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4474 EVP_DecryptInit_ex2;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1782 MLINKS+= EVP_EncryptInit.3 EVP_DecryptInit_ex2.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 5331 EVP_DecryptInit_ex2 5459 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 247 EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() with OSSL_PARAM parameters 635 passed to the EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() and
|