Searched refs:gxd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/jpake/
H A Djpake.c21 BIGNUM *gxd; /* Alice's g^{x4} or Bob's g^{x2} */ member in struct:__anon4528
86 ctx->p.gxd = BN_new();
101 BN_free(ctx->p.gxd);
339 BN_copy(ctx->p.gxd, received->p2.gx);
357 BN_mod_mul(t1, t2, ctx->p.gxd, ctx->p.p, ctx->ctx);
395 BN_mod_exp(t1, ctx->p.gxd, ctx->xb, ctx->p.p, ctx->ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/jpake/
H A Djpake.c21 BIGNUM *gxd; /* Alice's g^{x4} or Bob's g^{x2} */ member in struct:__anon4877
86 ctx->p.gxd = BN_new();
101 BN_free(ctx->p.gxd);
339 BN_copy(ctx->p.gxd, received->p2.gx);
357 BN_mod_mul(t1, t2, ctx->p.gxd, ctx->p.p, ctx->ctx);
395 BN_mod_exp(t1, ctx->p.gxd, ctx->xb, ctx->p.p, ctx->ctx);

Completed in 81 milliseconds