Searched refs:gx_q (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
286 (gx_q = BN_new()) == NULL ||
295 /* gx_q = (g^x)^q must === 1 mod p */
296 if (BN_mod_exp(gx_q, g_x, grp_q, grp_p, bn_ctx) == -1) {
300 if (BN_cmp(gx_q, BN_value_one()) != 0) {
340 if (gx_q != NULL)
341 BN_clear_free(gx_q);

Completed in 107 milliseconds