Searched refs:BN_mod_mul (Results 1 - 25 of 170) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/
H A Dbn_sqrt.c193 if (!BN_mod_mul(t, t, y, p, ctx)) goto end;
197 if (!BN_mod_mul(x, A, b, p, ctx)) goto end;
198 if (!BN_mod_mul(x, x, t, p, ctx)) goto end;
314 if (!BN_mod_mul(b, b, A, p, ctx)) goto end;
317 if (!BN_mod_mul(x, x, A, p, ctx)) goto end;
349 if (!BN_mod_mul(t, t, t, p, ctx)) goto end;
359 if (!BN_mod_mul(y, t, t, p, ctx)) goto end;
360 if (!BN_mod_mul(x, x, t, p, ctx)) goto end;
361 if (!BN_mod_mul(b, b, y, p, ctx)) goto end;
H A Dbn_blind.c208 if (!BN_mod_mul(b->A,b->A,b->A,b->mod,ctx)) goto err;
209 if (!BN_mod_mul(b->Ai,b->Ai,b->Ai,b->mod,ctx)) goto err;
247 if (!BN_mod_mul(n,n,b->A,b->mod,ctx)) ret=0;
264 ret = BN_mod_mul(n, n, r, b->mod, ctx);
272 ret = BN_mod_mul(n, n, b->Ai, b->mod, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn_sqrt.c198 if (!BN_mod_mul(t, t, y, p, ctx))
204 if (!BN_mod_mul(x, A, b, p, ctx))
206 if (!BN_mod_mul(x, x, t, p, ctx))
328 if (!BN_mod_mul(b, b, A, p, ctx))
332 if (!BN_mod_mul(x, x, A, p, ctx))
363 if (!BN_mod_mul(t, t, t, p, ctx))
374 if (!BN_mod_mul(y, t, t, p, ctx))
376 if (!BN_mod_mul(x, x, t, p, ctx))
378 if (!BN_mod_mul(b, b, y, p, ctx))
H A Dbn_blind.c209 if (!BN_mod_mul(b->A, b->A, b->A, b->mod, ctx))
211 if (!BN_mod_mul(b->Ai, b->Ai, b->Ai, b->mod, ctx))
249 if (!BN_mod_mul(n, n, b->A, b->mod, ctx))
268 ret = BN_mod_mul(n, n, r, b->mod, ctx);
274 ret = BN_mod_mul(n, n, b->Ai, b->mod, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/
H A Dbn_sqrt.c193 if (!BN_mod_mul(t, t, y, p, ctx)) goto end;
197 if (!BN_mod_mul(x, A, b, p, ctx)) goto end;
198 if (!BN_mod_mul(x, x, t, p, ctx)) goto end;
314 if (!BN_mod_mul(b, b, A, p, ctx)) goto end;
317 if (!BN_mod_mul(x, x, A, p, ctx)) goto end;
349 if (!BN_mod_mul(t, t, t, p, ctx)) goto end;
359 if (!BN_mod_mul(y, t, t, p, ctx)) goto end;
360 if (!BN_mod_mul(x, x, t, p, ctx)) goto end;
361 if (!BN_mod_mul(b, b, y, p, ctx)) goto end;
H A Dbn_blind.c208 if (!BN_mod_mul(b->A,b->A,b->A,b->mod,ctx)) goto err;
209 if (!BN_mod_mul(b->Ai,b->Ai,b->Ai,b->mod,ctx)) goto err;
247 if (!BN_mod_mul(n,n,b->A,b->mod,ctx)) ret=0;
264 ret = BN_mod_mul(n, n, r, b->mod, ctx);
272 ret = BN_mod_mul(n, n, b->Ai, b->mod, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn_sqrt.c198 if (!BN_mod_mul(t, t, y, p, ctx))
204 if (!BN_mod_mul(x, A, b, p, ctx))
206 if (!BN_mod_mul(x, x, t, p, ctx))
328 if (!BN_mod_mul(b, b, A, p, ctx))
332 if (!BN_mod_mul(x, x, A, p, ctx))
363 if (!BN_mod_mul(t, t, t, p, ctx))
374 if (!BN_mod_mul(y, t, t, p, ctx))
376 if (!BN_mod_mul(x, x, t, p, ctx))
378 if (!BN_mod_mul(b, b, y, p, ctx))
H A Dbn_blind.c209 if (!BN_mod_mul(b->A, b->A, b->A, b->mod, ctx))
211 if (!BN_mod_mul(b->Ai, b->Ai, b->Ai, b->mod, ctx))
249 if (!BN_mod_mul(n, n, b->A, b->mod, ctx))
268 ret = BN_mod_mul(n, n, r, b->mod, ctx);
274 ret = BN_mod_mul(n, n, b->Ai, b->mod, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bn/
H A Dbn_sqrt.c193 if (!BN_mod_mul(t, t, y, p, ctx)) goto end;
197 if (!BN_mod_mul(x, A, b, p, ctx)) goto end;
198 if (!BN_mod_mul(x, x, t, p, ctx)) goto end;
314 if (!BN_mod_mul(b, b, A, p, ctx)) goto end;
317 if (!BN_mod_mul(x, x, A, p, ctx)) goto end;
349 if (!BN_mod_mul(t, t, t, p, ctx)) goto end;
359 if (!BN_mod_mul(y, t, t, p, ctx)) goto end;
360 if (!BN_mod_mul(x, x, t, p, ctx)) goto end;
361 if (!BN_mod_mul(b, b, y, p, ctx)) goto end;
H A Dbn_blind.c208 if (!BN_mod_mul(b->A,b->A,b->A,b->mod,ctx)) goto err;
209 if (!BN_mod_mul(b->Ai,b->Ai,b->Ai,b->mod,ctx)) goto err;
247 if (!BN_mod_mul(n,n,b->A,b->mod,ctx)) ret=0;
264 ret = BN_mod_mul(n, n, r, b->mod, ctx);
272 ret = BN_mod_mul(n, n, b->Ai, b->mod, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn_sqrt.c198 if (!BN_mod_mul(t, t, y, p, ctx))
204 if (!BN_mod_mul(x, A, b, p, ctx))
206 if (!BN_mod_mul(x, x, t, p, ctx))
328 if (!BN_mod_mul(b, b, A, p, ctx))
332 if (!BN_mod_mul(x, x, A, p, ctx))
363 if (!BN_mod_mul(t, t, t, p, ctx))
374 if (!BN_mod_mul(y, t, t, p, ctx))
376 if (!BN_mod_mul(x, x, t, p, ctx))
378 if (!BN_mod_mul(b, b, y, p, ctx))
H A Dbn_blind.c209 if (!BN_mod_mul(b->A, b->A, b->A, b->mod, ctx))
211 if (!BN_mod_mul(b->Ai, b->Ai, b->Ai, b->mod, ctx))
249 if (!BN_mod_mul(n, n, b->A, b->mod, ctx))
268 ret = BN_mod_mul(n, n, r, b->mod, ctx);
274 ret = BN_mod_mul(n, n, b->Ai, b->mod, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/engines/ccgost/
H A Dgost_sign.c100 BN_mod_mul(tmp, dsa->priv_key, newsig->r, dsa->q, ctx);
101 BN_mod_mul(tmp2, k, md, dsa->q, ctx);
203 BN_mod_mul(z1, sig->s, v, dsa->q, ctx);
205 BN_mod_mul(z2, tmp, v, dsa->p, ctx);
208 BN_mod_mul(tmp3, tmp, tmp2, dsa->p, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/engines/ccgost/
H A Dgost_sign.c85 BN_mod_mul(tmp,dsa->priv_key,newsig->r,dsa->q,ctx);
86 BN_mod_mul(tmp2,k,md,dsa->q,ctx);
171 BN_mod_mul(z1,sig->s,v,dsa->q,ctx);
173 BN_mod_mul(z2,tmp,v,dsa->p,ctx);
176 BN_mod_mul(tmp3,tmp,tmp2,dsa->p,ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/engines/ccgost/
H A Dgost_sign.c85 BN_mod_mul(tmp,dsa->priv_key,newsig->r,dsa->q,ctx);
86 BN_mod_mul(tmp2,k,md,dsa->q,ctx);
171 BN_mod_mul(z1,sig->s,v,dsa->q,ctx);
173 BN_mod_mul(z2,tmp,v,dsa->p,ctx);
176 BN_mod_mul(tmp3,tmp,tmp2,dsa->p,ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/engines/ccgost/
H A Dgost_sign.c100 BN_mod_mul(tmp, dsa->priv_key, newsig->r, dsa->q, ctx);
101 BN_mod_mul(tmp2, k, md, dsa->q, ctx);
203 BN_mod_mul(z1, sig->s, v, dsa->q, ctx);
205 BN_mod_mul(z2, tmp, v, dsa->p, ctx);
208 BN_mod_mul(tmp3, tmp, tmp2, dsa->p, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/engines/ccgost/
H A Dgost_sign.c100 BN_mod_mul(tmp, dsa->priv_key, newsig->r, dsa->q, ctx);
101 BN_mod_mul(tmp2, k, md, dsa->q, ctx);
203 BN_mod_mul(z1, sig->s, v, dsa->q, ctx);
205 BN_mod_mul(z2, tmp, v, dsa->p, ctx);
208 BN_mod_mul(tmp3, tmp, tmp2, dsa->p, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/engines/ccgost/
H A Dgost_sign.c85 BN_mod_mul(tmp,dsa->priv_key,newsig->r,dsa->q,ctx);
86 BN_mod_mul(tmp2,k,md,dsa->q,ctx);
171 BN_mod_mul(z1,sig->s,v,dsa->q,ctx);
173 BN_mod_mul(z2,tmp,v,dsa->p,ctx);
176 BN_mod_mul(tmp3,tmp,tmp2,dsa->p,ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/dsa/
H A Ddsa_ossl.c176 if (!BN_mod_mul(&xr,dsa->priv_key,r,dsa->q,ctx)) goto err;/* s = xr */
180 if (!BN_mod_mul(s,s,kinv,dsa->q,ctx)) goto err;
351 if (!BN_mod_mul(&u1,&u1,&u2,dsa->q,ctx)) goto err;
354 if (!BN_mod_mul(&u2,sig->r,&u2,dsa->q,ctx)) goto err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ecdsa/
H A Decs_ossl.c300 if (!BN_mod_mul(tmp, priv_key, ret->r, order, ctx))
310 if (!BN_mod_mul(s, s, ckinv, order, ctx))
426 if (!BN_mod_mul(u1, m, u2, order, ctx))
432 if (!BN_mod_mul(u2, sig->r, u2, order, ctx))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/dsa/
H A Ddsa_ossl.c180 if (!BN_mod_mul(&xr, dsa->priv_key, r, dsa->q, ctx))
187 if (!BN_mod_mul(s, s, kinv, dsa->q, ctx))
374 if (!BN_mod_mul(&u1, &u1, &u2, dsa->q, ctx))
378 if (!BN_mod_mul(&u2, sig->r, &u2, dsa->q, ctx))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/dsa/
H A Ddsa_ossl.c176 if (!BN_mod_mul(&xr,dsa->priv_key,r,dsa->q,ctx)) goto err;/* s = xr */
180 if (!BN_mod_mul(s,s,kinv,dsa->q,ctx)) goto err;
351 if (!BN_mod_mul(&u1,&u1,&u2,dsa->q,ctx)) goto err;
354 if (!BN_mod_mul(&u2,sig->r,&u2,dsa->q,ctx)) goto err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ecdsa/
H A Decs_ossl.c300 if (!BN_mod_mul(tmp, priv_key, ret->r, order, ctx))
310 if (!BN_mod_mul(s, s, ckinv, order, ctx))
426 if (!BN_mod_mul(u1, m, u2, order, ctx))
432 if (!BN_mod_mul(u2, sig->r, u2, order, ctx))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/dsa/
H A Ddsa_ossl.c180 if (!BN_mod_mul(&xr, dsa->priv_key, r, dsa->q, ctx))
187 if (!BN_mod_mul(s, s, kinv, dsa->q, ctx))
374 if (!BN_mod_mul(&u1, &u1, &u2, dsa->q, ctx))
378 if (!BN_mod_mul(&u2, sig->r, &u2, dsa->q, ctx))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/dsa/
H A Ddsa_ossl.c176 if (!BN_mod_mul(&xr,dsa->priv_key,r,dsa->q,ctx)) goto err;/* s = xr */
180 if (!BN_mod_mul(s,s,kinv,dsa->q,ctx)) goto err;
351 if (!BN_mod_mul(&u1,&u1,&u2,dsa->q,ctx)) goto err;
354 if (!BN_mod_mul(&u2,sig->r,&u2,dsa->q,ctx)) goto err;

Completed in 228 milliseconds

1234567