hmac_new
dst = hmac_new(src->provctx);
{ OSSL_FUNC_MAC_NEWCTX, (void (*)(void))hmac_new },
struct hmac_data_st *macctx = hmac_new(provctx);
static OSSL_FUNC_mac_newctx_fn hmac_new;