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

/freebsd-10.0-release/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.c198 umac_update(mac->umac_ctx, data, datalen);
H A Dssh_namespace.h476 #define umac_update ssh_umac_update macro
H A Dumac.c1259 int umac_update(struct umac_ctx *ctx, const u_char *input, long len) function
1274 /* All-in-one version simply calls umac_update() and umac_final(). */

Completed in 196 milliseconds