HomeSort by relevance Sort by last modified time
    Searched full:mp_get_int (Results 1 - 10 of 10) sorted by null

  /external/dropbear/libtommath/
bn_mp_get_int.c 19 unsigned long mp_get_int(mp_int * a) function
bn_mp_is_square.c 80 r = mp_get_int(&t);
bn.tex 699 unsigned long mp_get_int (mp_int * a);
723 printf("number == \%lu", mp_get_int(&number));
770 mp_get_int(&number1), mp_get_int(&number2));
    [all...]
tommath.h 235 unsigned long mp_get_int(mp_int * a);
changes.txt 100 -- Alex Polushin contributed an optimized mp_sqrt() as well as mp_get_int() and mp_is_square().
  /external/dropbear/libtommath/demo/
demo.c 106 // test mp_get_int
107 printf("Testing: mp_get_int\n");
111 if (t != mp_get_int(&a)) {
112 printf("mp_get_int() bad result!\n");
117 if (mp_get_int(&a) != 0) {
118 printf("mp_get_int() bad result!\n");
122 if (mp_get_int(&a) != 0xffffffff) {
123 printf("mp_get_int() bad result!\n");
  /external/dropbear/libtomcrypt/src/math/
ltm_desc.c 100 return mp_get_int(a);
  /external/dropbear/libtomcrypt/testprof/
der_tests.c 585 DO(der_encode_short_integer(mp_get_int(a), buf[1], &y));
597 if (x != mp_get_int(a)) {
598 fprintf(stderr, "DER INTEGER short decoding failed, %lu, %lu\n", x, mp_get_int(a));
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 455 #define mp_get_int(a) ltc_mp.get_int(a) macro
  /external/dropbear/libtommath/pre_gen/
mpi.c 3283 unsigned long mp_get_int(mp_int * a) function
    [all...]

Completed in 252 milliseconds