HomeSort by relevance Sort by last modified time
    Searched defs:mp_div_2 (Results 1 - 5 of 5) 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_8/src/tls/
libtommath.c 166 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
    [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 252 milliseconds