/external/openssh/ |
jpake.h | 57 BIGNUM *g_x1; /* g^x1 */ member in struct:jpake_ctx
|
auth2-jpake.c | 434 if ((pctx->g_x1 = BN_new()) == NULL || 438 packet_get_bignum2(pctx->g_x1); 448 pctx->g_x1, pctx->g_x2, pctx->x4, 504 pctx->x4, pctx->g_x3, pctx->g_x4, pctx->g_x1, pctx->g_x2,
|
jpake.c | 82 ret->g_x1 = ret->g_x2 = ret->g_x3 = ret->g_x4 = NULL; 121 JPAKE_BN_CLEAR_FREE(pctx->g_x1); 175 JPAKE_DUMP_BN(pctx->g_x1); 220 * client: g_x1 = g^x1 mod p / server: g_x3 = g^x3 mod p
|
sshconnect2.c | 1064 jpake_step2(pctx->grp, pctx->s, pctx->g_x1, 1118 pctx->x2, pctx->g_x1, pctx->g_x2, pctx->g_x3, pctx->g_x4, [all...] |
monitor.c | [all...] |
/external/chromium_org/third_party/qcms/src/ |
chain.c | 159 float g_x1 = lerp(CLU(g_table,x,y,z), CLU(g_table,x_n,y,z), x_d); local 161 float g_y1 = lerp(g_x1, g_x2, y_d); 219 float g_x1 = lerp(CLU(g_table,x,y,z), CLU(g_table,x_n,y,z), x_d); local 221 float g_y1 = lerp(g_x1, g_x2, y_d); [all...] |