Home
last modified time | relevance | path

Searched refs:EVP_CipherInit_ex2 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_enc.c434 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex2() function
498 return EVP_CipherInit_ex2(ctx, cipher, key, iv, 1, params); in EVP_EncryptInit_ex2()
518 return EVP_CipherInit_ex2(ctx, cipher, key, iv, 0, params); in EVP_DecryptInit_ex2()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Devp.h792 __owur int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dmigration_guide.pod1296 Use the higher level functions EVP_CipherInit_ex2(), EVP_CipherUpdate() and