Home | History | Annotate | Download | only in openssh

Lines Matching refs:uhash_update

743  * UHASH client calls the routine uhash_update() as many times as necessary.
748 * uhash(), is equivalent to the sequence of calls uhash_update() and
1042 static int uhash_update(uhash_ctx_t ctx, u_char *input, long len)
1254 uhash_update(&ctx->hash, input, len);