Searched defs:mp_div_2 (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_div_2.c19 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.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/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/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...]

Completed in 305 milliseconds