HomeSort by relevance Sort by last modified time
    Searched refs:mp_toradix (Results 1 - 15 of 15) sorted by null

  /external/dropbear/libtommath/
bn_mp_fwrite.c 32 if ((err = mp_toradix(a, buf, radix)) != MP_OKAY) {
bn_mp_toradix.c 19 int mp_toradix (mp_int * a, char *str, int radix) function
tommath.h 533 int mp_toradix(mp_int *a, char *str, int radix);
547 #define mp_tobinary(M, S) mp_toradix((M), (S), 2)
548 #define mp_tooctal(M, S) mp_toradix((M), (S), 8)
549 #define mp_todecimal(M, S) mp_toradix((M), (S), 10)
550 #define mp_tohex(M, S) mp_toradix((M), (S), 16)
bn.tex     [all...]
  /external/dropbear/libtommath/etc/
2kprime.c 69 mp_toradix(&q, buf, 10);
drprime.c 48 mp_toradix(&a, buf, 10);
pprime.c 328 mp_toradix(&n, buf, 10);
330 mp_toradix(&a, buf, 10);
332 mp_toradix(&b, buf, 10);
390 mp_toradix (&p, buf, 10);
392 mp_toradix (&q, buf, 10);
  /external/dropbear/libtommath/mtest/
mpi.h 213 mp_err mp_toradix(mp_int *mp, unsigned char *str, int radix);
217 #define mp_tobinary(M, S) mp_toradix((M), (S), 2)
218 #define mp_tooctal(M, S) mp_toradix((M), (S), 8)
219 #define mp_todecimal(M, S) mp_toradix((M), (S), 10)
220 #define mp_tohex(M, S) mp_toradix((M), (S), 16)
mtest.c 68 #define mp_to64(a, b) mp_toradix(a, b, 64)
mpi.c 38 This table is used to compute output lengths for the mp_toradix()
2544 mp_err mp_toradix(mp_int *mp, unsigned char *str, int radix) function
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 465 #define mp_toradix(a, b, c) ltc_mp.write_radix(a, b, c) macro
500 #define mp_tohex(a, b) mp_toradix(a, b, 16)
  /external/dropbear/libtommath/demo/
timing.c 19 mp_toradix(a, buf, 64);
demo.c 17 mp_toradix(a, buf, 10);
236 mp_toradix(&a, buf, 10);
  /external/dropbear/libtomcrypt/src/math/
ltm_desc.c 180 return mpi_to_ltc_error(mp_toradix(a, b, radix));
  /external/dropbear/libtommath/pre_gen/
mpi.c 8357 int mp_toradix (mp_int * a, char *str, int radix) function
    [all...]

Completed in 370 milliseconds