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

/freebsd-10-stable/crypto/openssh/
H A Dumac.c291 * hash, the client calls nh_final() which calculates the hash output.
294 * the sequence of calls nh_update() and nh_final(); however it is
663 static void nh_final(nh_ctx *hc, UINT8 *result) function
665 * into an NH context, nh_final is called to produce a hash result. If any
705 /* All-in-one nh_update() and nh_final() equivalent.
1067 nh_final(&ctx->hash, nh_result);
1105 nh_final(&ctx->hash, nh_result);
1110 nh_final(&ctx->hash, nh_result);
H A Dssh_namespace.h488 #define nh_final Fssh_nh_final macro

Completed in 116 milliseconds