Searched refs:mp_div_2d (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_gcd.c51 if ((res = mp_div_2d(&u, k, &u, NULL)) != MP_OKAY) {
55 if ((res = mp_div_2d(&v, k, &v, NULL)) != MP_OKAY) {
62 if ((res = mp_div_2d(&u, u_lsb - k, &u, NULL)) != MP_OKAY) {
68 if ((res = mp_div_2d(&v, v_lsb - k, &v, NULL)) != MP_OKAY) {
86 if ((res = mp_div_2d(&v, mp_cnt_lsb(&v), &v, NULL)) != MP_OKAY) {
H A Dbn_mp_to_unsigned_bin.c35 if ((res = mp_div_2d (&t, 8, &t, NULL)) != MP_OKAY) {
H A Dbn_mp_reduce_2k.c31 if ((res = mp_div_2d(a, p, &q, a)) != MP_OKAY) {
H A Dbn_mp_reduce_2k_l.c34 if ((res = mp_div_2d(a, p, &q, a)) != MP_OKAY) {
H A Dbn_mp_div_2d.c19 int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) function
H A Dbn_mp_jacobi.c58 if ((res = mp_div_2d(&a1, k, &a1, NULL)) != MP_OKAY) {
H A Dbn_mp_prime_miller_rabin.c57 if ((err = mp_div_2d (&r, s, &r, NULL)) != MP_OKAY) {
H A Dbn_mp_div_d.c66 return mp_div_2d(a, ix, c, NULL);
H A Dbn_mp_div.c66 if (((res = mp_div_2d(&tb, 1, &tb, NULL)) != MP_OKAY) ||
67 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) {
272 mp_div_2d (&x, norm, &x, NULL);
H A Dtommath.h265 int mp_div_2d(mp_int *a, int b, mp_int *c, mp_int *d);
H A Dbn.tex1057 int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d);
/macosx-10.10/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_to_unsigned_bin.c35 if ((res = mp_div_2d (&t, 8, &t, NULL)) != MP_OKAY) {
H A Dbn_mp_div_2d.c19 int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) function
H A Dbn_mp_div_d.c65 return mp_div_2d(a, ix, c, NULL);
H A Dbn_mp_div.c66 if (((res = mp_div_2d(&tb, 1, &tb, NULL)) != MP_OKAY) ||
67 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) {
272 mp_div_2d (&x, norm, &x, NULL);
H A Dtommath.h261 int mp_div_2d(mp_int *a, int b, mp_int *c, mp_int *d);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclStrToD.c1697 mp_div_2d(&twoMv, -multiplier, &twoMv, NULL);
2360 mp_div_2d(b, -shift, b, NULL);
2411 mp_div_2d(a, -shift, &b, NULL);
2416 mp_div_2d(&b, 1, &b, NULL);
2469 mp_div_2d(a, -shift, &b, &d);
2510 mp_div_2d(a, -shift, &b, NULL);
2567 mp_div_2d(a, -shift, &b, NULL);
H A DtclTomMathDecls.h72 #define mp_div_2d TclBN_mp_div_2d macro
H A DtclExecute.c5156 * mp_div_2d to do the work, and it takes only an int
5244 mp_div_2d(&big, shift, &bigResult, &bigRemainder);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/mtest/
H A Dmpi.h134 mp_err mp_div_2d(mp_int *a, mp_digit d, mp_int *q, mp_int *r);
H A Dmtest.c196 mp_div_2d(&b, n, &b, NULL);
H A Dmpi.c1225 /* {{{ mp_div_2d(a, d, q, r) */
1227 mp_err mp_div_2d(mp_int *a, mp_digit d, mp_int *q, mp_int *r) function
1249 } /* end mp_div_2d() */
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/demo/
H A Ddemo.c461 mp_div_2d(&a, rr, &a, &e);

Completed in 187 milliseconds