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

/freebsd-10.1-release/crypto/openssl/crypto/jpake/
H A Djpake.c50 p->gx = BN_new();
57 BN_free(p->gx);
174 hashbn(&sha, p->gx);
182 * Note that p->gx has already been calculated
226 BN_mod_exp(t2, p->gx, h, ctx->p.p, ctx->ctx);
248 BN_mod_exp(p->gx, g, x, ctx->p.p, ctx->ctx);
284 static int is_legal(const BIGNUM *gx, const JPAKE_CTX *ctx) argument
289 if (BN_is_negative(gx) || BN_is_zero(gx) || BN_cmp(gx, ct
375 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:__anon167
/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp385 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \
393 ATF_REQUIRE(fi.is_group_executable() == gx); \
/freebsd-10.1-release/sys/dev/gxemul/ether/
H A Dif_gx.c105 "gx",
112 DRIVER_MODULE(gx, nexus, gx_driver, gx_devclass, 0, 0);
117 BUS_ADD_CHILD(parent, 0, "gx", 0);
/freebsd-10.1-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-10.1-release/contrib/atf/atf-c/detail/
H A Dfs_test.c501 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \
509 ATF_REQUIRE(atf_fs_stat_is_group_executable(&st) == gx); \
/freebsd-10.1-release/crypto/openssl/apps/
H A Dapps.c2405 BN_print(conn, p->gx);
2472 readbn(&p->gx, bconn);
/freebsd-10.1-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 194 milliseconds