Lines Matching refs:EVP_CipherInit_ex2
22 EVP_CipherInit_ex2,
142 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
330 EVP_CIPHER_CTX_ctrl() must be called after EVP_CipherInit_ex2(). Other restrictions
444 =item EVP_CipherInit_ex2(), EVP_CipherInit_ex(), EVP_CipherUpdate() and
578 EVP_DecryptInit_ex2() or EVP_CipherInit_ex2(). By default encryption operations
1380 EVP_CipherInit_ex2() and EVP_CipherUpdate() return 1 for success and 0 for
1387 not been initialized via a call to B<EVP_CipherInit_ex2>.
1683 EVP_DecryptFinal_ex(), EVP_CipherInit_ex2() and EVP_CipherFinal_ex()
1796 if (!EVP_CipherInit_ex2(ctx, EVP_aes_128_cbc(), NULL, NULL,
1806 if (!EVP_CipherInit_ex2(ctx, NULL, key, iv, do_encrypt, NULL)) {
1863 if (!EVP_CipherInit_ex2(ctx, cipher, key, iv, encrypt, params))
1915 The EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2(), EVP_CipherInit_ex2(),