EVP_CipherInit_ex
if (!EVP_CipherInit_ex(&ctx, cipher, NULL, NULL, iv, 0))
if (EVP_CipherInit_ex(ctx, ciph, NULL, NULL, NULL, enc) <= 0) {
if (EVP_CipherInit_ex(ctx, NULL, NULL, ec->key, piv, enc) <= 0) {
if (!EVP_CipherInit_ex(kari->ctx, NULL, NULL, kek, NULL, enc))
if (!EVP_CipherInit_ex(kekctx, kekcipher, NULL, NULL, NULL, en_de))
EVP_CipherInit_ex(ctx->cipher_ctx, NULL, NULL, NULL, NULL,
if (!EVP_CipherInit_ex(ctx->cipher_ctx, c, NULL, k, i, e))
if (i > 0 && !EVP_CipherInit_ex(c, NULL, NULL, NULL, iv, -1))
int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
return EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, enc);
LCRYPTO_ALIAS(EVP_CipherInit_ex);
return EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, 1);
return EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, 0);
if (!EVP_CipherInit_ex(cctx, cipher, NULL, key, iv, en_de))
if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, en_de))
ret = EVP_CipherInit_ex(ctx, NULL, NULL, key, NULL, en_de);
ret = EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, en_de);
LCRYPTO_USED(EVP_CipherInit_ex);
if (EVP_CipherInit_ex(ctx, evp_cipher, NULL, NULL,
if (EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, 1) <= 0)
if (EVP_CipherInit_ex(evp_ctx, evp_cipher, NULL, NULL,
if (EVP_CipherInit_ex(evp_ctx, NULL, NULL, ek, NULL, 0) <= 0)
if (!EVP_CipherInit_ex(rp->cipher_ctx, rl->cipher, NULL, CBS_data(key),
if (EVP_CipherInit_ex(encr->encr_ctx, encr->encr_priv, NULL,
if (EVP_CipherInit_ex(encr->encr_ctx, NULL, NULL,
if (EVP_CipherInit_ex(encr->encr_ctx, NULL, NULL,
if (!EVP_CipherInit_ex(ctx, cfg.cipher, NULL, NULL,
if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, cfg.enc)) {