Searched defs:mp_toradix (Results 1 - 4 of 4) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_toradix.c19 int mp_toradix (mp_int * a, char *str, int radix) function
/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/mtest/
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/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 126 milliseconds