Home
last modified time | relevance | path

Searched defs:mp_tohex (Results 1 – 3 of 3) sorted by relevance

/external/dropbear/libtommath/mtest/
Dmpi.h220 #define mp_tohex(M, S) mp_toradix((M), (S), 16) macro
/external/dropbear/libtommath/
Dtommath.h550 #define mp_tohex(M, S) mp_toradix((M), (S), 16) macro
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h500 #define mp_tohex(a, b) mp_toradix(a, b, 16) macro