EVP_DecryptInit
if (!EVP_DecryptInit(evp_ctx, cipher, ek, iv)
__owur int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
if (!TEST_true(EVP_DecryptInit(ctx, cipher, key, NULL))