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/wpa_supplicant/
libtommath.c 125 static int mp_div_2(mp_int * a, mp_int * b);
752 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
766 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) {
769 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
777 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
791 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) {
794 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
1268 static int mp_div_2(mp_int * a, mp_int * b) function
    [all...]
  /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/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 3030 milliseconds