Searched refs:gx (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/jpake/
H A Djpake.c52 p->gx = BN_new();
59 BN_free(p->gx);
176 hashbn(&sha, p->gx);
184 * Note that p->gx has already been calculated
228 BN_mod_exp(t2, p->gx, h, ctx->p.p, ctx->ctx);
250 BN_mod_exp(p->gx, g, x, ctx->p.p, ctx->ctx);
286 static int is_legal(const BIGNUM *gx, const JPAKE_CTX *ctx) argument
291 if(BN_is_negative(gx) || BN_is_zero(gx) || BN_cmp(gx, ct
381 compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) argument
[all...]
H A Djpake.h35 BIGNUM *gx; /* g^x in step 1, g^(xa + xc + xd) * xb * s in step 2 */ member in struct:__anon1255
/barrelfish-master/lib/tommath/mtest/
H A Dmpi.c2064 mp_int gx, xc, yc, u, v, A, B, C, D; local
2077 if((res = mp_init(&gx)) != MP_OKAY) goto CLEANUP;
2078 clean[++last] = &gx;
2094 mp_set(&gx, 1);
2100 if((res = s_mp_mul_2(&gx)) != MP_OKAY)
2157 if((res = mp_mul(&gx, &v, g)) != MP_OKAY) goto CLEANUP;
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dpod2man.pl730 } {I<$1>}gx;
738 } {I<$1>\\|$2}gx;
803 } {the C<$2> entry in the I<$1> manpage}gx;
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dapps.c2497 BN_print(conn, p->gx);
2564 readbn(&p->gx, bconn);

Completed in 103 milliseconds