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

/freebsd-current/crypto/openssh/
H A Dumac128.c5 #undef umac_update macro
12 #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.c190 umac_update(mac->umac_ctx, data, datalen);
H A Dssh_namespace.h996 #define umac_update Fssh_umac_update macro
H A Dumac.c1255 int umac_update(struct umac_ctx *ctx, const u_char *input, long len) function
1270 /* All-in-one version simply calls umac_update() and umac_final(). */

Completed in 94 milliseconds