HomeSort by relevance Sort by last modified time
    Searched refs:mp_set (Results 26 - 36 of 36) sorted by null

12

  /external/dropbear/libtommath/pre_gen/
mpi.c 108 mp_set (&D, 1);
7127 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...]
mpi.h 99 void mp_set(mp_int *mp, mp_digit d);
  /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/libtomcrypt/src/headers/
tomcrypt_math.h 453 #define mp_set(a, b) ltc_mp.set_int(a, b) macro
  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 57 DO(mp_set(G->z, 1));
  /external/dropbear/libtommath/
bn_mp_div.c 50 mp_set(&tq, 1);
bn.tex 652 void mp_set (mp_int * a, mp_digit b);
672 mp_set(&number, 5);
833 mp_set(&number1, 5);
836 mp_set(&number2, 6);
891 mp_set(&number1, 5);
894 mp_set(&number2, 6);
    [all...]
tommath.h 229 void mp_set(mp_int *a, mp_digit b);
  /external/dropbear/libtomcrypt/demos/
tv_gen.c 678 mp_set(k, 1);
684 mp_set(G->z, 1);
  /external/dropbear/libtommath/demo/
demo.c 243 mp_set(&a, 1);
283 mp_set(&d, 3);

Completed in 127 milliseconds

12