Searched refs:umac_final (Results 1 – 4 of 4) sorted by relevance
10 #define umac_final umac128_final macro
68 int umac_final(struct umac_ctx *ctx, u_char tag[], const u_char nonce[8]);
201 umac_final(mac->umac_ctx, u.m, nonce); in mac_compute()
1237 int umac_final(struct umac_ctx *ctx, u_char tag[], const u_char nonce[8]) in umac_final() function