HomeSort by: relevance | last modified time | path
    Searched defs:nh_update (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
umac.c 313 * multiple-buffer interface, the client calls the routine nh_update() as
318 * the sequence of calls nh_update() and nh_final(); however it is
632 static void nh_update(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) function
688 /* After passing some number of data buffers to nh_update() for integration
693 * If nh_update was never called, L1_PAD_BOUNDARY zeroes are incorporated.
729 /* All-in-one nh_update() and nh_final() equivalent.
1076 nh_update(&ctx->hash, (const UINT8 *)input, len);
1091 nh_update(&ctx->hash, (const UINT8 *)input, bytes_remaining);
1112 nh_update(&ctx->hash, (const UINT8 *)input, len);
umac.c 313 * multiple-buffer interface, the client calls the routine nh_update() as
318 * the sequence of calls nh_update() and nh_final(); however it is
632 static void nh_update(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) function
688 /* After passing some number of data buffers to nh_update() for integration
693 * If nh_update was never called, L1_PAD_BOUNDARY zeroes are incorporated.
729 /* All-in-one nh_update() and nh_final() equivalent.
1076 nh_update(&ctx->hash, (const UINT8 *)input, len);
1091 nh_update(&ctx->hash, (const UINT8 *)input, bytes_remaining);
1112 nh_update(&ctx->hash, (const UINT8 *)input, len);

Completed in 37 milliseconds