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

/external/dropbear/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.h264 int mp_div_2(mp_int *a, mp_int *b);
H A Dbn.tex984 int mp_div_2(mp_int * a, mp_int * b);
/external/dropbear/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);
/external/dropbear/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_projective_dbl_point.c105 if ((err = mp_div_2(t2, t2)) != CRYPT_OK) { goto done; }
H A Dltc_ecc_projective_add_point.c179 if ((err = mp_div_2(y, y)) != CRYPT_OK) { goto done; }
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c114 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
124 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
132 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
143 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
1870 int mp_div_2(mp_int * a, mp_int * b) function
3756 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
3770 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) {
3773 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
3781 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
3795 if ((res = mp_div_2 (
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c166 static int mp_div_2(mp_int * a, mp_int * b);
815 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
829 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) {
832 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
840 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
854 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) {
857 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
1335 static int mp_div_2(mp_int * a, mp_int * b) function
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c166 static int mp_div_2(mp_int * a, mp_int * b);
815 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
829 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) {
832 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
840 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
854 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) {
857 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
1335 static int mp_div_2(mp_int * a, mp_int * b) function
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c166 static int mp_div_2(mp_int * a, mp_int * b);
815 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
829 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) {
832 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
840 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
854 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) {
857 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
1335 static int mp_div_2(mp_int * a, mp_int * b) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h478 #define mp_div_2(a, b) ltc_mp.div_2(a, b) macro
/external/dropbear/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() */
/external/dropbear/libtomcrypt/src/math/
H A Dltm_desc.c274 return mpi_to_ltc_error(mp_div_2(a, b));
/external/dropbear/libtommath/demo/
H A Ddemo.c212 mp_div_2(&a, &a);
677 mp_div_2(&a, &c);
/external/dropbear/
H A Dcommon-kex.c496 if (mp_div_2(dh_priv, &dh_q) != MP_OKAY) {

Completed in 2289 milliseconds