umac128_new
if ((mac->umac_ctx = umac128_new(mac->key)) == NULL)
struct umac_ctx *umac128_new(const u_char key[]);
#define umac_new umac128_new