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

/freebsd-10-stable/crypto/openssh/
H A Dumac.c289 * muliple-buffer interface, the client calls the routine nh_update() as
294 * the sequence of calls nh_update() and nh_final(); however it is
608 static void nh_update(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) function
664 /* After passing some number of data buffers to nh_update() for integration
669 * If nh_update was never called, L1_PAD_BOUNDARY zeroes are incorporated.
705 /* All-in-one nh_update() and nh_final() equivalent.
1051 nh_update(&ctx->hash, (const UINT8 *)input, len);
1066 nh_update(&ctx->hash, (const UINT8 *)input, bytes_remaining);
1087 nh_update(&ctx->hash, (const UINT8 *)input, len);
H A Dssh_namespace.h489 #define nh_update Fssh_nh_update macro

Completed in 126 milliseconds