HomeSort by relevance Sort by last modified time
    Searched refs:g_x4 (Results 1 - 5 of 5) sorted by null

  /external/openssh/
jpake.h 64 BIGNUM *g_x4; /* g^x4 */ member in struct:jpake_ctx
auth2-jpake.c 383 &pctx->x3, &pctx->x4, &pctx->g_x3, &pctx->g_x4,
398 packet_put_bignum2(pctx->g_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;
124 JPAKE_BN_CLEAR_FREE(pctx->g_x4);
178 JPAKE_DUMP_BN(pctx->g_x4);
221 * client: g_x2 = g^x2 mod p / server: g_x4 = g^x4 mod p
397 * client: k = (g_x4^(q - (x2 * s)) * b)^x2 mod p
sshconnect2.c 1040 (pctx->g_x4 = BN_new()) == NULL)
1048 packet_get_bignum2(pctx->g_x4);
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...]

Completed in 54 milliseconds