Searched refs:g_x1 (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | auth2-jpake.c | 434 if ((pctx->g_x1 = BN_new()) == NULL || in input_userauth_jpake_client_step1() 438 packet_get_bignum2(pctx->g_x1); in input_userauth_jpake_client_step1() 448 pctx->g_x1, pctx->g_x2, pctx->x4, 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() 121 JPAKE_BN_CLEAR_FREE(pctx->g_x1); in jpake_free() 175 JPAKE_DUMP_BN(pctx->g_x1); in jpake_dump()
|
D | jpake.h | 57 BIGNUM *g_x1; /* g^x1 */ member
|
D | sshconnect2.c | 1064 jpake_step2(pctx->grp, pctx->s, pctx->g_x1, 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() 1776 &pctx->x1, &pctx->x2, &pctx->g_x1, &pctx->g_x2, in userauth_jpake() 1784 packet_put_bignum2(pctx->g_x1); in userauth_jpake()
|
D | monitor.c | 2199 if ((pctx->g_x1 = BN_new()) == NULL || in mm_answer_jpake_step2() 2202 buffer_get_bignum2(m, pctx->g_x1); in mm_answer_jpake_step2() 2209 pctx->g_x1, pctx->g_x2, pctx->x4, 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()
|
/external/chromium_org/third_party/qcms/src/ |
D | chain.c | 159 float g_x1 = lerp(CLU(g_table,x,y,z), CLU(g_table,x_n,y,z), x_d); in qcms_transform_module_clut_only() local 161 float g_y1 = lerp(g_x1, g_x2, y_d); in qcms_transform_module_clut_only() 219 float g_x1 = lerp(CLU(g_table,x,y,z), CLU(g_table,x_n,y,z), x_d); in qcms_transform_module_clut() local 221 float g_y1 = lerp(g_x1, g_x2, y_d); in qcms_transform_module_clut()
|