EVP_MAC_CTX_get0_mac
EVP_MAC *EVP_MAC_CTX_get0_mac(EVP_MAC_CTX *ctx);
name = EVP_MAC_get0_name(EVP_MAC_CTX_get0_mac(drbg->ctx));
if (EVP_MAC_is_a(EVP_MAC_CTX_get0_mac(ctx->ctx_init),
|| EVP_MAC_is_a(EVP_MAC_CTX_get0_mac(ctx->ctx_init),
} else if (!EVP_MAC_is_a(EVP_MAC_CTX_get0_mac(ctx->ctx_init),
&& !EVP_MAC_is_a(EVP_MAC_CTX_get0_mac(ctx->ctx_init),
EVP_MAC *mac = EVP_MAC_CTX_get0_mac(ctx->macctx);
if (EVP_MAC_is_a(EVP_MAC_CTX_get0_mac(ctx->macctx),
|| EVP_MAC_is_a(EVP_MAC_CTX_get0_mac(ctx->macctx),
name = EVP_MAC_get0_name(EVP_MAC_CTX_get0_mac(hmac->ctx));