Searched refs:BN_mul (Results 1 - 25 of 51) 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_recp.c117 { if (!BN_mul(a,x,y,ctx)) goto err; }
180 if (!BN_mul(b,a,&(recp->Nr),ctx)) goto err;
184 if (!BN_mul(b,&(recp->N),d,ctx)) goto err;
H A Dbn_mont.c142 if (!BN_mul(tmp,a,b,ctx)) goto err;
273 if (!BN_mul(t2,t1,&mont->Ni,ctx)) goto err;
276 if (!BN_mul(t1,t2,&mont->N,ctx)) goto err;
H A Dbn_mod.c193 { if (!BN_mul(t,a,b,ctx)) goto err; }
H A Dbnspeed.c199 BN_mul(r,b,a,ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_recp.c120 if (!BN_mul(a, x, y, ctx))
190 if (!BN_mul(b, a, &(recp->Nr), ctx))
196 if (!BN_mul(b, &(recp->N), d, ctx))
H A Dbn_x931p.c129 if (!BN_mul(p1p2, p1, p2, ctx))
137 if (!BN_mul(p, p, p2, ctx))
143 if (!BN_mul(t, t, p1, ctx))
H A Dbn_mont.c159 if (!BN_mul(tmp, a, b, ctx))
314 if (!BN_mul(t2, t1, &mont->Ni, ctx))
318 if (!BN_mul(t1, t2, &mont->N, ctx))
H A Dbn_mod.c204 if (!BN_mul(t, a, b, ctx))
H A Dbnspeed.c197 BN_mul(r, b, a, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_recp.c120 if (!BN_mul(a, x, y, ctx))
190 if (!BN_mul(b, a, &(recp->Nr), ctx))
196 if (!BN_mul(b, &(recp->N), d, ctx))
H A Dbn_x931p.c129 if (!BN_mul(p1p2, p1, p2, ctx))
137 if (!BN_mul(p, p, p2, ctx))
143 if (!BN_mul(t, t, p1, ctx))
H A Dbn_mont.c159 if (!BN_mul(tmp, a, b, ctx))
314 if (!BN_mul(t2, t1, &mont->Ni, ctx))
318 if (!BN_mul(t1, t2, &mont->N, ctx))
H A Dbn_mod.c204 if (!BN_mul(t, a, b, ctx))
H A Dbnspeed.c197 BN_mul(r, b, a, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_chk.c99 r = BN_mul(i, key->p, key->q, ctx);
124 r = BN_mul(l, i, j, ctx);
H A Drsa_gen.c196 if (!BN_mul(rsa->n, rsa->p, rsa->q, ctx))
204 if (!BN_mul(r0, r1, r2, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_chk.c98 r = BN_mul(i, key->p, key->q, ctx);
115 r = BN_mul(l, i, j, ctx);
H A Drsa_gen.c162 if (!BN_mul(rsa->n,rsa->p,rsa->q,ctx)) goto err;
167 if (!BN_mul(r0,r1,r2,ctx)) goto err; /* (p-1)(q-1) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_chk.c99 r = BN_mul(i, key->p, key->q, ctx);
124 r = BN_mul(l, i, j, ctx);
H A Drsa_gen.c196 if (!BN_mul(rsa->n, rsa->p, rsa->q, ctx))
204 if (!BN_mul(r0, r1, r2, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_nist.c201 if (!BN_mul(r, a, b, ctx)) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nist.c184 if (!BN_mul(r, a, b, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdh/
H A Dech_ossl.c144 !BN_mul(x, x, priv_key, ctx)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nist.c184 if (!BN_mul(r, a, b, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdh/
H A Dech_ossl.c144 !BN_mul(x, x, priv_key, ctx)) {

Completed in 147 milliseconds

123