Searched refs:BN_mod_exp (Results 1 - 25 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_sqrt.c148 if (!BN_mod_exp(ret, A, q, p, ctx)) goto end;
187 if (!BN_mod_exp(b, t, q, p, ctx)) goto end;
258 if (!BN_mod_exp(y, y, q, p, ctx)) goto end;
302 if (!BN_mod_exp(x, A, t, p, ctx)) goto end;
H A Dbn_blind.c346 if (!BN_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx))
H A Dexpspeed.c275 if (!BN_mod_exp(r,a,b,c,ctx)) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_key.c115 if (!BN_mod_exp(pub_key,dsa->g,prk,dsa->p,ctx)) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_sqrt.c148 if (!BN_mod_exp(ret, A, q, p, ctx))
190 if (!BN_mod_exp(b, t, q, p, ctx))
273 if (!BN_mod_exp(y, y, q, p, ctx))
315 if (!BN_mod_exp(x, A, t, p, ctx))
H A Dbn_blind.c373 if (!BN_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx))
H A Dexpspeed.c285 if (!BN_mod_exp(r, a, b, c, ctx))
H A Dexptest.c119 if (!BN_mod_exp(&r, &a, &p, &m, ctx))
122 if (!a_is_zero_mod_one("BN_mod_exp", &r, &a))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_sqrt.c148 if (!BN_mod_exp(ret, A, q, p, ctx))
190 if (!BN_mod_exp(b, t, q, p, ctx))
273 if (!BN_mod_exp(y, y, q, p, ctx))
315 if (!BN_mod_exp(x, A, t, p, ctx))
H A Dbn_blind.c373 if (!BN_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx))
H A Dexpspeed.c285 if (!BN_mod_exp(r, a, b, c, ctx))
H A Dexptest.c119 if (!BN_mod_exp(&r, &a, &p, &m, ctx))
122 if (!a_is_zero_mod_one("BN_mod_exp", &r, &a))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/jpake/
H A Djpake.c198 BN_mod_exp(p->zkpx.gr, zkpg, r, ctx->p.p, ctx->ctx);
228 BN_mod_exp(t1, zkpg, p->zkpx.b, ctx->p.p, ctx->ctx);
230 BN_mod_exp(t2, p->gx, h, ctx->p.p, ctx->ctx);
253 BN_mod_exp(p->gx, g, x, ctx->p.p, ctx->ctx);
298 BN_mod_exp(t, gx, ctx->p.q, ctx->p.p, ctx->ctx);
353 BN_mod_exp(t1, ctx->p.g, ctx->xa, ctx->p.p, ctx->ctx);
395 BN_mod_exp(t1, ctx->p.gxd, ctx->xb, ctx->p.p, ctx->ctx);
399 BN_mod_exp(t3, t1, t2, ctx->p.p, ctx->ctx);
403 BN_mod_exp(ctx->key, t1, ctx->xb, ctx->p.p, ctx->ctx);
425 BN_mod_exp(t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/jpake/
H A Djpake.c198 BN_mod_exp(p->zkpx.gr, zkpg, r, ctx->p.p, ctx->ctx);
228 BN_mod_exp(t1, zkpg, p->zkpx.b, ctx->p.p, ctx->ctx);
230 BN_mod_exp(t2, p->gx, h, ctx->p.p, ctx->ctx);
253 BN_mod_exp(p->gx, g, x, ctx->p.p, ctx->ctx);
298 BN_mod_exp(t, gx, ctx->p.q, ctx->p.p, ctx->ctx);
353 BN_mod_exp(t1, ctx->p.g, ctx->xa, ctx->p.p, ctx->ctx);
395 BN_mod_exp(t1, ctx->p.gxd, ctx->xb, ctx->p.p, ctx->ctx);
399 BN_mod_exp(t3, t1, t2, ctx->p.p, ctx->ctx);
403 BN_mod_exp(ctx->key, t1, ctx->xb, ctx->p.p, ctx->ctx);
425 BN_mod_exp(t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost_sign.c88 BN_mod_exp(tmp, dsa->g, k, dsa->p, ctx);
202 BN_mod_exp(v, md, q2, dsa->q, ctx);
206 BN_mod_exp(tmp, dsa->g, z1, dsa->p, ctx);
207 BN_mod_exp(tmp2, dsa->pub_key, z2, dsa->p, ctx);
249 BN_mod_exp(dsa->pub_key, dsa->g, dsa->priv_key, dsa->p, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost_sign.c88 BN_mod_exp(tmp, dsa->g, k, dsa->p, ctx);
202 BN_mod_exp(v, md, q2, dsa->q, ctx);
206 BN_mod_exp(tmp, dsa->g, z1, dsa->p, ctx);
207 BN_mod_exp(tmp2, dsa->pub_key, z2, dsa->p, ctx);
249 BN_mod_exp(dsa->pub_key, dsa->g, dsa->priv_key, dsa->p, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/srp/
H A Dsrp_lib.c168 if (!BN_mod_exp(tmp, v, u, N, bn_ctx))
172 if (!BN_mod_exp(S, tmp, b, N, bn_ctx))
196 if (!BN_mod_exp(gb, g, b, N, bn_ctx) ||
250 if ((A = BN_new()) != NULL && !BN_mod_exp(A, g, a, N, bn_ctx)) {
273 if (!BN_mod_exp(tmp, g, x, N, bn_ctx))
286 if (!BN_mod_exp(K, tmp, tmp2, N, bn_ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/srp/
H A Dsrp_lib.c168 if (!BN_mod_exp(tmp, v, u, N, bn_ctx))
172 if (!BN_mod_exp(S, tmp, b, N, bn_ctx))
196 if (!BN_mod_exp(gb, g, b, N, bn_ctx) ||
250 if ((A = BN_new()) != NULL && !BN_mod_exp(A, g, a, N, bn_ctx)) {
273 if (!BN_mod_exp(tmp, g, x, N, bn_ctx))
286 if (!BN_mod_exp(K, tmp, tmp2, N, bn_ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_check.c100 if (!BN_mod_exp(t1, dh->g, dh->q, dh->p, ctx))
174 if (!BN_mod_exp(tmp, pub_key, dh->q, dh->p, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_check.c100 if (!BN_mod_exp(t1, dh->g, dh->q, dh->p, ctx))
174 if (!BN_mod_exp(tmp, pub_key, dh->q, dh->p, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_key.c128 if (!BN_mod_exp(pub_key, dsa->g, prk, dsa->p, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa_key.c128 if (!BN_mod_exp(pub_key, dsa->g, prk, dsa->p, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmpdh.c181 if (!BN_mod_exp(bn, y, q, p, ctx)) { \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_aep.c614 return BN_mod_exp(r, a, p, m, ctx);
623 return BN_mod_exp(r, a, p, m, ctx);
635 return BN_mod_exp(r, a, p, m, ctx);
H A De_ubsec.c581 return BN_mod_exp(r, a, p, m, ctx);
592 return BN_mod_exp(r, a, p, m, ctx);
602 return BN_mod_exp(r, a, p, m, ctx);

Completed in 215 milliseconds

123