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

/macosx-10.10/OpenSSH-189/openssh/
H A Dschnorr.c263 BIGNUM *h = NULL, *g_xh = NULL, *g_r = NULL, *gx_q = NULL; local
279 h = g_xh = g_r = expected = NULL;
284 if ((g_xh = BN_new()) == NULL ||
305 SCHNORR_DEBUG_BN((g_xh, "%s: g_xh = ", __func__));
313 /* g_xh = (g^x)^h */
314 if (BN_mod_exp(g_xh, g_x, h, grp_p, bn_ctx) == -1) {
318 SCHNORR_DEBUG_BN((g_xh, "%s: g_xh = ", __func__));
327 /* expected = g^r * g_xh */
[all...]

Completed in 70 milliseconds