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

  /src/crypto/external/bsd/openssh/dist/
umac.c 314 * multiple-buffer interface, the client calls the routine nh_update() as
319 * the sequence of calls nh_update() and nh_final(); however it is
633 static void nh_update(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) function
689 /* After passing some number of data buffers to nh_update() for integration
694 * If nh_update was never called, L1_PAD_BOUNDARY zeroes are incorporated.
730 /* All-in-one nh_update() and nh_final() equivalent.
1077 nh_update(&ctx->hash, (const UINT8 *)input, len);
1092 nh_update(&ctx->hash, (const UINT8 *)input, bytes_remaining);
1113 nh_update(&ctx->hash, (const UINT8 *)input, len);

Completed in 23 milliseconds