/external/openssh/ |
jpake.h | 63 BIGNUM *g_x3; /* g^x3 */ member in struct:jpake_ctx
|
auth2-jpake.c | 383 &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,
|
jpake.c | 82 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
|
sshconnect2.c | 1039 if ((pctx->g_x3 = BN_new()) == NULL || 1047 packet_get_bignum2(pctx->g_x3); 1065 pctx->g_x3, pctx->g_x4, pctx->x2, 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 | 162 float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); local 164 float g_y2 = lerp(g_x3, g_x4, y_d); 222 float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); local 224 float g_y2 = lerp(g_x3, g_x4, y_d); [all...] |