Searched refs:BN_div (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Ddivtest.c34 if (BN_div(C,D,a,b,ctx) != 1)
35 bug("BN_div failed",a,b);
H A Dbn_mod.c121 return(BN_div(NULL,rem,m,d,ctx));
H A Dbn_recp.c227 if (!BN_div(r,NULL,t,m,ctx)) goto err;
H A Dbnspeed.c227 BN_div(r, NULL, b, a,ctx);
H A Dbn_div.c67 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
172 /* BN_div computes dv := num / divisor, rounding towards zero, and sets up
179 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, function
H A Dbn_mont.c363 if (!BN_div(Ri,NULL,Ri,&tmod,ctx)) goto err;
379 if (!BN_div(&(mont->Ni),NULL,Ri,&mont->N,ctx)) goto err;
H A Dbntest.c222 message(out,"BN_div");
436 BN_div(&d,&c,&a,&b,ctx);
660 BN_div(&d,&e,&c,&a,ctx);
704 BN_div(&d,&e,&c,&a,ctx);
824 BN_div(d,e,a,b,ctx);
894 BN_div(a,b,d,c,ctx);
947 BN_div(a,b,e,c,ctx);
998 BN_div(a,b,e,c,ctx);
1949 BN_div(d,e,a,c,ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Ddivtest.c35 if (BN_div(C, D, a, b, ctx) != 1)
36 bug("BN_div failed", a, b);
H A Dbn_mont.c434 if (!BN_div(Ri, NULL, Ri, &tmod, ctx))
462 if (!BN_div(Ri, NULL, Ri, &tmod, ctx))
487 if (!BN_div(&(mont->Ni), NULL, Ri, &mont->N, ctx))
H A Dbn_mod.c122 return (BN_div(NULL, rem, m, d, ctx));
H A Dbn_recp.c244 if (!BN_div(r, NULL, t, m, ctx))
H A Dbnspeed.c226 BN_div(r, NULL, b, a, ctx);
H A Dbn_div.c66 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
183 * BN_div computes dv := num / divisor, rounding towards
190 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Ddivtest.c35 if (BN_div(C, D, a, b, ctx) != 1)
36 bug("BN_div failed", a, b);
H A Dbn_mont.c434 if (!BN_div(Ri, NULL, Ri, &tmod, ctx))
462 if (!BN_div(Ri, NULL, Ri, &tmod, ctx))
487 if (!BN_div(&(mont->Ni), NULL, Ri, &mont->N, ctx))
H A Dbn_mod.c122 return (BN_div(NULL, rem, m, d, ctx));
H A Dbn_recp.c244 if (!BN_div(r, NULL, t, m, ctx))
H A Dbnspeed.c226 BN_div(r, NULL, b, a, ctx);
H A Dbn_div.c66 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
183 * BN_div computes dv := num / divisor, rounding towards
190 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_chk.c134 r = BN_div(k, NULL, l, m, ctx); /* remainder is 0 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_chk.c119 r = BN_div(k, NULL, l, m, ctx); /* remainder is 0 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_chk.c134 r = BN_div(k, NULL, l, m, ctx); /* remainder is 0 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_check.c108 if (!BN_div(t1, t2, dh->p, dh->q, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_check.c108 if (!BN_div(t1, t2, dh->p, dh->q, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbntest.c222 message(out,"BN_div");
436 BN_div(&d,&c,&a,&b,ctx);
660 BN_div(&d,&e,&c,&a,ctx);
704 BN_div(&d,&e,&c,&a,ctx);
824 BN_div(d,e,a,b,ctx);
894 BN_div(a,b,d,c,ctx);
947 BN_div(a,b,e,c,ctx);
998 BN_div(a,b,e,c,ctx);
1949 BN_div(d,e,a,c,ctx);

Completed in 132 milliseconds

12