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

/freebsd-10.0-release/crypto/openssh/
H A Djpake.h63 BIGNUM *g_x3; /* g^x3 */ member in struct:jpake_ctx
H A Dauth2-jpake.c383 &pctx->x3, &pctx->x4, &pctx->g_x3, &pctx->g_x4,
397 packet_put_bignum2(pctx->g_x3);
447 PRIVSEP(jpake_step2(pctx->grp, pctx->s, pctx->g_x3,
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;
123 JPAKE_BN_CLEAR_FREE(pctx->g_x3);
177 JPAKE_DUMP_BN(pctx->g_x3);
220 * client: g_x1 = g^x1 mod p / server: g_x3 = g^x3 mod p
H A Dsshconnect2.c1071 if ((pctx->g_x3 = BN_new()) == NULL ||
1079 packet_get_bignum2(pctx->g_x3);
1097 pctx->g_x3, pctx->g_x4, pctx->x2,
1150 pctx->x2, pctx->g_x1, pctx->g_x2, pctx->g_x3, pctx->g_x4,
H A Dmonitor.c2179 &pctx->x3, &pctx->x4, &pctx->g_x3, &pctx->g_x4,
2188 buffer_put_bignum2(m, pctx->g_x3);
2255 jpake_step2(pctx->grp, pctx->s, pctx->g_x3,
2303 pctx->x4, pctx->g_x3, pctx->g_x4, pctx->g_x1, pctx->g_x2,

Completed in 87 milliseconds