Searched defs:mp_div_2 (Results 1 - 8 of 8) 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_6/wpa_supplicant/src/tls/
H A Dlibtommath.c153 static int mp_div_2(mp_int * a, mp_int * b);
799 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
813 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) {
816 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
824 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
838 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) {
841 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
1319 static int mp_div_2(mp_int * a, mp_int * b) function
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c161 static int mp_div_2(mp_int * a, mp_int * b);
807 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
821 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) {
824 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
832 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
846 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) {
849 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
1327 static int mp_div_2(mp_int * a, mp_int * b) function
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c161 static int mp_div_2(mp_int * a, mp_int * b);
807 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
821 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) {
824 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
832 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
846 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) {
849 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
1327 static int mp_div_2(mp_int * a, mp_int * b) function
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c161 static int mp_div_2(mp_int * a, mp_int * b);
807 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
821 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) {
824 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
832 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
846 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) {
849 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
1327 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 220 milliseconds