Searched refs:mp_toradix (Results 1 - 15 of 15) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_fwrite.c32 if ((err = mp_toradix(a, buf, radix)) != MP_OKAY) {
H A Dbn_mp_toradix.c19 int mp_toradix (mp_int * a, char *str, int radix) function
H A Dtommath.h533 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)
H A Dbn.tex1710 int mp_toradix (mp_int * a, char *str, int radix);
/external/dropbear/libtommath/etc/
H A D2kprime.c69 mp_toradix(&q, buf, 10);
H A Ddrprime.c48 mp_toradix(&a, buf, 10);
H A Dpprime.c328 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/
H A Dmpi.h213 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)
H A Dmtest.c68 #define mp_to64(a, b) mp_toradix(a, b, 64)
H A Dmpi.c38 This table is used to compute output lengths for the mp_toradix()
2542 /* {{{ mp_toradix(mp, str, radix) */
2544 mp_err mp_toradix(mp_int *mp, unsigned char *str, int radix) function
2603 } /* end mp_toradix() */
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h465 #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/
H A Dtiming.c19 mp_toradix(a, buf, 64);
H A Ddemo.c17 mp_toradix(a, buf, 10);
236 mp_toradix(&a, buf, 10);
/external/dropbear/libtomcrypt/src/math/
H A Dltm_desc.c180 return mpi_to_ltc_error(mp_toradix(a, b, radix));
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c3131 if ((err = mp_toradix(a, buf, radix)) != MP_OKAY) {
8357 int mp_toradix (mp_int * a, char *str, int radix) function

Completed in 828 milliseconds