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

/freebsd-9.3-release/crypto/openssl/demos/jpake/
H A Djpakedemo.c56 BIGNUM *gx; // g^x member in struct:__anon131
148 static void zkpHash(BIGNUM *h, const JPakeZKP * zkp, const BIGNUM *gx, argument
160 hashbn(&sha, gx);
175 BIGNUM *gx = BN_new(); local
186 BN_mod_exp(gx, zkpg, x, params->p, params->ctx);
189 zkpHash(h, zkp, gx, &us->p, params);
199 showbn(" g^x", gx);
206 BN_free(gx);
210 static int VerifyZKP(const JPakeZKP * zkp, BIGNUM *gx, argument
221 zkpHash(h, zkp, gx, the
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/jpake/
H A Djpake.c51 p->gx = BN_new();
58 BN_free(p->gx);
175 hashbn(&sha, p->gx);
183 * Note that p->gx has already been calculated
227 BN_mod_exp(t2, p->gx, h, ctx->p.p, ctx->ctx);
249 BN_mod_exp(p->gx, g, x, ctx->p.p, ctx->ctx);
285 static int is_legal(const BIGNUM *gx, const JPAKE_CTX *ctx) argument
290 if (BN_is_negative(gx) || BN_is_zero(gx) || BN_cmp(gx, ct
376 compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) argument
[all...]
H A Djpake.h33 BIGNUM *gx; /* g^x in step 1, g^(xa + xc + xd) * xb * s member in struct:__anon68
/freebsd-9.3-release/crypto/openssl/util/
H A Dpod2man.pl730 } {I<$1>}gx;
738 } {I<$1>\\|$2}gx;
803 } {the C<$2> entry in the I<$1> manpage}gx;
/freebsd-9.3-release/crypto/openssl/apps/
H A Dapps.c2254 BN_print(conn, p->gx);
2321 readbn(&p->gx, bconn);
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src754 initc=\E]P%?%p1%{9}%>%t%p1%{10}%-%'a'%+%c%e%p1%d%;%p2%{256}%*%{1000}%/%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%p3%{256}%*%{1000}%/%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx
[all...]

Completed in 138 milliseconds