HomeSort by relevance Sort by last modified time
    Searched defs:mp_tohex (Results 1 - 3 of 3) sorted by null

  /external/dropbear/libtommath/mtest/
mpi.h 220 #define mp_tohex(M, S) mp_toradix((M), (S), 16) macro
  /external/dropbear/libtommath/
tommath.h 550 #define mp_tohex(M, S) mp_toradix((M), (S), 16) macro
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 500 #define mp_tohex(a, b) mp_toradix(a, b, 16) macro

Completed in 281 milliseconds