Searched refs:EVP_CipherInit_ex2 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | evp_enc.c | 434 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 D | evp.h | 792 __owur int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | migration_guide.pod | 1296 Use the higher level functions EVP_CipherInit_ex2(), EVP_CipherUpdate() and
|