EVP_CipherInit_ex2
if (!EVP_CipherInit_ex2(ctx, cipher, key->keyblock.contents, iv_cts,
if (!EVP_CipherInit_ex2(ctx, cipher, key->keyblock.contents, iv_cts,
return EVP_CipherInit_ex2(ctx, cipher, key, iv, 1, params);
return EVP_CipherInit_ex2(ctx, cipher, key, iv, 0, params);
__owur int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|| !TEST_true(EVP_CipherInit_ex2(ctx, type, t->key, t->iv, t->initenc, NULL))
|| !TEST_true(EVP_CipherInit_ex2(ctx, NULL, NULL, NULL, -1, NULL))
&& TEST_true(EVP_CipherInit_ex2(ctx, tdes_cipher, NULL, NULL, 1,
if (!TEST_int_gt(EVP_CipherInit_ex2(ctx, aes_cbc, aes_key, aes_iv, 1, NULL), 0)
if (!TEST_int_gt(EVP_CipherInit_ex2(ctx, des_cbc, des_key, des_iv, 1, NULL), 0)
if (!EVP_CipherInit_ex2(ctx_base, expected->cipher, NULL, NULL, enc,