Lines Matching refs:EVP_CipherInit_ex2
20 EVP_CipherInit_ex2,
133 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
292 EVP_CIPHER_CTX_ctrl() must be called after EVP_CipherInit_ex2(). Other restrictions
409 =item EVP_CipherInit_ex2(), EVP_CipherInit_ex(), EVP_CipherUpdate() and
496 EVP_DecryptInit_ex2() or EVP_CipherInit_ex2(). By default encryption operations
1201 EVP_CipherInit_ex2() and EVP_CipherUpdate() return 1 for success and 0 for failure.
1490 EVP_DecryptFinal_ex(), EVP_CipherInit_ex2() and EVP_CipherFinal_ex()
1603 if (!EVP_CipherInit_ex2(ctx, EVP_aes_128_cbc(), NULL, NULL,
1613 if (!EVP_CipherInit_ex2(ctx, NULL, key, iv, do_encrypt, NULL)) {
1670 if (!EVP_CipherInit_ex2(ctx, cipher, key, iv, encrypt, params))
1722 The EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2(), EVP_CipherInit_ex2(),