crypto_mac_final
error = crypto_mac_final(mac_context, mac, NULL);
error = crypto_mac_final((crypto_context_t)mac_ctx,
err = crypto_mac_final(mac_context, mac, NULL);
err = crypto_mac_final((crypto_context_t)mac_ctx,
final == crypto_digest_final || final == crypto_mac_final);
} else if (final == crypto_mac_final) {
return (common_final(dev, arg, mode, crypto_mac_final));
error = crypto_mac_final(DPROV_CTX_SINGLE(ctx),
error = crypto_mac_final(DPROV_CTX_SINGLE(ctx),
error = crypto_mac_final(DPROV_CTX_SINGLE(ctx),
error = crypto_mac_final(DPROV_CTX_SINGLE(ctx), out_mac, NULL);
error = crypto_mac_final(DPROV_CTX_DUAL_MAC(ctx),
error = crypto_mac_final(DPROV_CTX_DUAL_MAC(ctx),
if ((error = crypto_mac_final(DPROV_CTX_DUAL_MAC(ctx),
if ((error = crypto_mac_final(DPROV_CTX_DUAL_MAC(ctx),
rv = crypto_mac_final(ctx, &out, 0);
rv = crypto_mac_final(ctx, &out, 0);
ret = crypto_mac_final(ctx, &T_cd, NULL);
ret = crypto_mac_final(ctx, &cd, NULL);
ret = crypto_mac_final(ctx, &cd, NULL);
extern int crypto_mac_final(crypto_context_t ctx, crypto_data_t *data,