Searched refs:umac_update (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dumac128.c7 #undef umac_update macro
8 #define umac_update umac128_update macro
H A Dumac.h65 int umac_update(struct umac_ctx *ctx, const u_char *input, long len);
H A Dmac.c196 umac_update(mac->umac_ctx, data, datalen);
H A Dssh_namespace.h915 #define umac_update Fssh_umac_update macro
H A Dumac.c1248 int umac_update(struct umac_ctx *ctx, const u_char *input, long len) function
1263 /* All-in-one version simply calls umac_update() and umac_final(). */

Completed in 186 milliseconds