HomeSort by relevance Sort by last modified time
    Searched defs:mp_set (Results 1 - 5 of 5) 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/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_8/src/tls/
libtommath.c 156 static void mp_set(mp_int * a, mp_digit b);
808 mp_set (&A, 1);
809 mp_set (&D, 1);
1325 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 350 milliseconds