ossl_prov_cipher_cipher
const EVP_CIPHER *ossl_prov_cipher_cipher(const PROV_CIPHER *pc);
cipher = ossl_prov_cipher_cipher(&ctx->cipher);
cipher = ossl_prov_cipher_cipher(&ctx->cipher);
const EVP_CIPHER *cipher = ossl_prov_cipher_cipher(&macctx->cipher);
ossl_prov_cipher_cipher(&macctx->cipher),
if (EVP_CIPHER_get_mode(ossl_prov_cipher_cipher(&macctx->cipher))
const EVP_CIPHER *cipher = ossl_prov_cipher_cipher(&macctx->cipher);
if (EVP_CIPHER_get_mode(ossl_prov_cipher_cipher(&macctx->cipher))
if (!EVP_EncryptInit_ex(ctx, ossl_prov_cipher_cipher(&macctx->cipher),