Lines Matching refs:EVP_CipherInit
31 EVP_CipherInit,
157 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
457 EVP_CipherInit() / EVP_CipherUpdate() / EVP_CipherFinal() series of calls.
459 =item EVP_EncryptInit(), EVP_DecryptInit() and EVP_CipherInit()
564 B<EVP_CipherInit>.
617 has not been properly initialized with a call to B<EVP_CipherInit>.
705 the key is set. For example EVP_CipherInit() will be called with the IV and
707 EVP_CipherInit() again with all parameters except the key set to NULL. It is
1680 EVP_CipherInit(), EVP_CipherInit_ex() and EVP_CipherFinal() are obsolete
1687 There are some differences between functions EVP_CipherInit() and
1688 EVP_CipherInit_ex(), significant in some circumstances. EVP_CipherInit() fills
1689 the passed context object with zeros. As a consequence, EVP_CipherInit() does