Home
last modified time | relevance | path

Searched refs:read_radix (Results 1 – 6 of 6) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h135 int (*read_radix)(void *a, const char *str, int radix); member
464 #define mp_read_radix(a, b, c) ltc_mp.read_radix(a, b, c)
/external/dropbear/libtomcrypt/src/math/
Dgmp_desc.c142 static int read_radix(void *a, const char *b, int radix) in read_radix() function
411 &read_radix,
Dltm_desc.c168 static int read_radix(void *a, const char *b, int radix) in read_radix() function
417 &read_radix,
Dtfm_desc.c167 static int read_radix(void *a, const char *b, int radix) in read_radix() function
705 &read_radix,
/external/dropbear/libtommath/
Dchanges.txt31 …ut a linking error in mp_exptmod() when BN_S_MP_EXPTMOD_C is undefined (and another for read_radix)
/external/dropbear/libtomcrypt/
Dcrypt.tex6081 int (*read_radix)(void *a, const char *str, int radix);