Searched refs:g_r (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;
285 (g_r = BN_new()) == NULL ||
320 /* g_r = g^r */
321 if (BN_mod_exp(g_r, grp_g, r, grp_p, bn_ctx) == -1) {
325 SCHNORR_DEBUG_BN((g_r, "%s: g_r = ", __func__));
328 if (BN_mod_mul(expected, g_r, g_xh, grp_p, bn_ctx) == -1) {
329 error("%s: BN_mod_mul (expected = g_r mod p)", __func__);
344 if (g_r !
[all...]

Completed in 164 milliseconds