Searched refs:mp_s_rmap (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_radix_smap.c19 const char *mp_s_rmap = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz+/"; variable
H A Dbn_mp_fread.c38 if (mp_s_rmap[y] == ch) {
H A Dbn_mp_read_radix.c53 if (ch == mp_s_rmap[y]) {
H A Dbn_mp_toradix.c55 *str++ = mp_s_rmap[d];
H A Dbn_mp_toradix_n.c68 *str++ = mp_s_rmap[d];
H A Dtommath.h573 extern const char *mp_s_rmap;
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c3066 if (mp_s_rmap[y] == ch) {
6295 const char *mp_s_rmap = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz+/"; variable
6416 if (ch == mp_s_rmap[y]) {
8393 *str++ = mp_s_rmap[d];
8485 *str++ = mp_s_rmap[d];

Completed in 116 milliseconds