Searched refs:g_x4 (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | jpake.c | 82 ret->g_x1 = ret->g_x2 = ret->g_x3 = ret->g_x4 = NULL; in jpake_new() 124 JPAKE_BN_CLEAR_FREE(pctx->g_x4); in jpake_free() 178 JPAKE_DUMP_BN(pctx->g_x4); in jpake_dump()
|
D | auth2-jpake.c | 383 &pctx->x3, &pctx->x4, &pctx->g_x3, &pctx->g_x4, in auth2_jpake_start() 398 packet_put_bignum2(pctx->g_x4); in auth2_jpake_start() 504 pctx->x4, pctx->g_x3, pctx->g_x4, pctx->g_x1, pctx->g_x2, in input_userauth_jpake_client_step2()
|
D | jpake.h | 64 BIGNUM *g_x4; /* g^x4 */ member
|
D | sshconnect2.c | 1040 (pctx->g_x4 = BN_new()) == NULL) in input_userauth_jpake_server_step1() 1048 packet_get_bignum2(pctx->g_x4); 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() 2142 buffer_put_bignum2(m, pctx->g_x4); in mm_answer_jpake_step1() 2256 pctx->x4, pctx->g_x3, pctx->g_x4, pctx->g_x1, pctx->g_x2, in mm_answer_jpake_key_confirm()
|