Searched refs:gxc (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.c20 BIGNUM *gxc; /* Alice's g^{x3} or Bob's g^{x1} */ member in struct:__anon4528
85 ctx->p.gxc = BN_new();
102 BN_free(ctx->p.gxc);
338 BN_copy(ctx->p.gxc, received->p1.gx);
355 BN_mod_mul(t2, t1, ctx->p.gxc, ctx->p.p, ctx->ctx);
427 BN_mod_mul(t1, ctx->p.gxc, t2, 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.c20 BIGNUM *gxc; /* Alice's g^{x3} or Bob's g^{x1} */ member in struct:__anon4877
85 ctx->p.gxc = BN_new();
102 BN_free(ctx->p.gxc);
338 BN_copy(ctx->p.gxc, received->p1.gx);
355 BN_mod_mul(t2, t1, ctx->p.gxc, ctx->p.p, ctx->ctx);
427 BN_mod_mul(t1, ctx->p.gxc, t2, ctx->p.p, ctx->ctx);

Completed in 30 milliseconds