Searched refs:uhash_update (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dumac.h106 int uhash_update(uhash_ctx_t ctx,
H A Dumac.c758 * UHASH client calls the routine uhash_update() as many times as necessary.
763 * uhash(), is equivalent to the sequence of calls uhash_update() and
1057 static int uhash_update(uhash_ctx_t ctx, u_char *input, long len) function
1269 uhash_update(&ctx->hash, input, len);

Completed in 70 milliseconds