Searched refs:g_x3 (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | auth2-jpake.c | 383 &pctx->x3, &pctx->x4, &pctx->g_x3, &pctx->g_x4, in auth2_jpake_start() 397 packet_put_bignum2(pctx->g_x3); in auth2_jpake_start() 447 PRIVSEP(jpake_step2(pctx->grp, pctx->s, pctx->g_x3, in input_userauth_jpake_client_step1() 504 pctx->x4, pctx->g_x3, pctx->g_x4, pctx->g_x1, pctx->g_x2, in input_userauth_jpake_client_step2()
|
D | jpake.c | 82 ret->g_x1 = ret->g_x2 = ret->g_x3 = ret->g_x4 = NULL; in jpake_new() 123 JPAKE_BN_CLEAR_FREE(pctx->g_x3); in jpake_free() 177 JPAKE_DUMP_BN(pctx->g_x3); in jpake_dump()
|
D | jpake.h | 63 BIGNUM *g_x3; /* g^x3 */ member
|
D | sshconnect2.c | 1039 if ((pctx->g_x3 = BN_new()) == NULL || in input_userauth_jpake_server_step1() 1047 packet_get_bignum2(pctx->g_x3); in input_userauth_jpake_server_step1() 1065 pctx->g_x3, pctx->g_x4, pctx->x2, in input_userauth_jpake_server_step1() 1118 pctx->x2, pctx->g_x1, pctx->g_x2, pctx->g_x3, pctx->g_x4, in input_userauth_jpake_server_step2()
|
D | monitor.c | 2132 &pctx->x3, &pctx->x4, &pctx->g_x3, &pctx->g_x4, in mm_answer_jpake_step1() 2141 buffer_put_bignum2(m, pctx->g_x3); in mm_answer_jpake_step1() 2208 jpake_step2(pctx->grp, pctx->s, pctx->g_x3, in mm_answer_jpake_step2() 2256 pctx->x4, pctx->g_x3, pctx->g_x4, pctx->g_x1, pctx->g_x2, in mm_answer_jpake_key_confirm()
|