Searched refs:mp_div_2 (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_invmod_slow.c63 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
77 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) {
80 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
88 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
102 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) {
105 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
H A Dbn_fast_mp_invmod.c62 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
72 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
80 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
91 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
H A Dbn_mp_sqrt.c53 if ((res = mp_div_2(&t1,&t1)) != MP_OKAY) {
64 if ((res = mp_div_2(&t1,&t1)) != MP_OKAY) {
H A Dbn_mp_div_2.c19 int mp_div_2(mp_int * a, mp_int * b) function
H A Dbn_mp_prime_random_ex.c101 if ((err = mp_div_2(a, a)) != MP_OKAY) { goto error; }
H A Dbn_mp_toom_mul.c183 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
187 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) {
H A Dbn_mp_toom_sqr.c127 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
131 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) {
H A Dtommath.h268 int mp_div_2(mp_int *a, mp_int *b);
H A Dbn.tex984 int mp_div_2(mp_int * a, mp_int * b);
/macosx-10.10/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_div_2.c19 int mp_div_2(mp_int * a, mp_int * b) function
H A Dbn_mp_sqrt.c118 if ((res = mp_div_2(&t1,&t1)) != MP_OKAY) {
129 if ((res = mp_div_2(&t1,&t1)) != MP_OKAY) {
H A Dbn_mp_toom_mul.c183 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
187 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) {
H A Dbn_mp_toom_sqr.c127 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
131 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) {
H A Dtommath.h264 int mp_div_2(mp_int *a, mp_int *b);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/etc/
H A D2kprime.c49 mp_div_2(&p, &p);
H A Ddrprime.c38 mp_div_2(&b, &b);
H A Dpprime.c343 mp_div_2 (q, q);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/mtest/
H A Dmpi.h112 mp_err mp_div_2(mp_int *a, mp_int *c);
H A Dmtest.c268 mp_div_2(&a, &b);
H A Dmpi.c731 /* {{{ mp_div_2(a, c) */
734 mp_div_2(a, c)
739 mp_err mp_div_2(mp_int *a, mp_int *c) function
752 } /* end mp_div_2() */
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/demo/
H A Ddemo.c212 mp_div_2(&a, &a);
677 mp_div_2(&a, &c);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclTomMathDecls.h71 #define mp_div_2 TclBN_mp_div_2 macro

Completed in 219 milliseconds