HomeSort by relevance Sort by last modified time
    Searched defs:mp_div_2 (Results 1 - 6 of 6) sorted by null

  /external/dropbear/libtommath/
bn_mp_div_2.c 19 int mp_div_2(mp_int * a, mp_int * b) function
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 478 #define mp_div_2(a, b) ltc_mp.div_2(a, b) macro
  /external/dropbear/libtommath/mtest/
mpi.c 731 /* {{{ 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() */
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 153 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
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 161 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
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 114 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
    [all...]

Completed in 980 milliseconds