Searched refs:umac_update (Results 1 – 4 of 4) sorted by relevance
9 #define umac_update umac128_update macro
65 int umac_update(struct umac_ctx *ctx, const u_char *input, long len);
200 umac_update(mac->umac_ctx, data, datalen); in mac_compute()
1248 int umac_update(struct umac_ctx *ctx, const u_char *input, long len) in umac_update() function