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

  /external/dropbear/libtommath/
bn_mp_set.c 19 void mp_set (mp_int * a, mp_digit b) function
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 453 #define mp_set(a, b) ltc_mp.set_int(a, b) macro
  /external/wpa_supplicant/
libtommath.c 116 static void mp_set(mp_int * a, mp_digit b);
745 mp_set (&A, 1);
746 mp_set (&D, 1);
1259 static void mp_set (mp_int * a, mp_digit b) function
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 476 /* {{{ mp_set(mp, d) */
478 void mp_set(mp_int *mp, mp_digit d) function
486 } /* end mp_set() */
1174 mp_set(q, 1);
1277 mp_set(&s, 1);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 143 static void mp_set(mp_int * a, mp_digit b);
792 mp_set (&A, 1);
793 mp_set (&D, 1);
1309 static void mp_set (mp_int * a, mp_digit b) function
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 108 mp_set (&D, 1);
7127 void mp_set (mp_int * a, mp_digit b) function
    [all...]

Completed in 547 milliseconds