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

/freebsd-10.0-release/crypto/openssh/
H A Djpake.h58 BIGNUM *g_x2; /* g^x2 */ member in struct:jpake_ctx
H A Dauth2-jpake.c435 (pctx->g_x2 = BN_new()) == NULL)
439 packet_get_bignum2(pctx->g_x2);
448 pctx->g_x1, pctx->g_x2, pctx->x4,
504 pctx->x4, pctx->g_x3, pctx->g_x4, pctx->g_x1, pctx->g_x2,
H A Djpake.c82 ret->g_x1 = ret->g_x2 = ret->g_x3 = ret->g_x4 = NULL;
122 JPAKE_BN_CLEAR_FREE(pctx->g_x2);
176 JPAKE_DUMP_BN(pctx->g_x2);
221 * client: g_x2 = g^x2 mod p / server: g_x4 = g^x4 mod p
398 * server: k = (g_x2^(q - (x4 * s)) * b)^x4 mod p
H A Dsshconnect2.c1150 pctx->x2, pctx->g_x1, pctx->g_x2, pctx->g_x3, pctx->g_x4,
1837 &pctx->x1, &pctx->x2, &pctx->g_x1, &pctx->g_x2,
1846 packet_put_bignum2(pctx->g_x2);
H A Dmonitor.c2247 (pctx->g_x2 = BN_new()) == NULL)
2250 buffer_get_bignum2(m, pctx->g_x2);
2256 pctx->g_x1, pctx->g_x2, pctx->x4,
2303 pctx->x4, pctx->g_x3, pctx->g_x4, pctx->g_x1, pctx->g_x2,

Completed in 192 milliseconds