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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/jpake/
H A Djpake.c20 BIGNUM *gxc; /* Alice's g^{x3} or Bob's g^{x1} */ member in struct:__anon5143
85 ctx->p.gxc = BN_new();
102 BN_free(ctx->p.gxc);
334 BN_copy(ctx->p.gxc, received->p1.gx);
351 BN_mod_mul(t2, t1, ctx->p.gxc, ctx->p.p, ctx->ctx);
423 BN_mod_mul(t1, ctx->p.gxc, t2, ctx->p.p, ctx->ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/jpake/
H A Djpake.c20 BIGNUM *gxc; /* Alice's g^{x3} or Bob's g^{x1} */ member in struct:__anon5466
86 ctx->p.gxc = BN_new();
103 BN_free(ctx->p.gxc);
338 BN_copy(ctx->p.gxc, received->p1.gx);
356 BN_mod_mul(t2, t1, ctx->p.gxc, ctx->p.p, ctx->ctx);
428 BN_mod_mul(t1, ctx->p.gxc, t2, ctx->p.p, ctx->ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/jpake/
H A Djpake.c20 BIGNUM *gxc; /* Alice's g^{x3} or Bob's g^{x1} */ member in struct:__anon6048
85 ctx->p.gxc = BN_new();
102 BN_free(ctx->p.gxc);
334 BN_copy(ctx->p.gxc, received->p1.gx);
351 BN_mod_mul(t2, t1, ctx->p.gxc, ctx->p.p, ctx->ctx);
423 BN_mod_mul(t1, ctx->p.gxc, t2, ctx->p.p, ctx->ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/jpake/
H A Djpake.c20 BIGNUM *gxc; /* Alice's g^{x3} or Bob's g^{x1} */ member in struct:__anon6371
86 ctx->p.gxc = BN_new();
103 BN_free(ctx->p.gxc);
338 BN_copy(ctx->p.gxc, received->p1.gx);
356 BN_mod_mul(t2, t1, ctx->p.gxc, ctx->p.p, ctx->ctx);
428 BN_mod_mul(t1, ctx->p.gxc, t2, ctx->p.p, ctx->ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/jpake/
H A Djpake.c20 BIGNUM *gxc; /* Alice's g^{x3} or Bob's g^{x1} */ member in struct:__anon40073
85 ctx->p.gxc = BN_new();
102 BN_free(ctx->p.gxc);
334 BN_copy(ctx->p.gxc, received->p1.gx);
351 BN_mod_mul(t2, t1, ctx->p.gxc, ctx->p.p, ctx->ctx);
423 BN_mod_mul(t1, ctx->p.gxc, t2, ctx->p.p, ctx->ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/jpake/
H A Djpake.c20 BIGNUM *gxc; /* Alice's g^{x3} or Bob's g^{x1} */ member in struct:__anon40396
86 ctx->p.gxc = BN_new();
103 BN_free(ctx->p.gxc);
338 BN_copy(ctx->p.gxc, received->p1.gx);
356 BN_mod_mul(t2, t1, ctx->p.gxc, ctx->p.p, ctx->ctx);
428 BN_mod_mul(t1, ctx->p.gxc, t2, ctx->p.p, ctx->ctx);

Completed in 170 milliseconds