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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 500 #define mp_tohex(a, b) mp_toradix(a, b, 16) macro
  /external/dropbear/libtommath/mtest/
mpi.h 220 #define mp_tohex(M, S) mp_toradix((M), (S), 16) macro
  /external/dropbear/libtomcrypt/demos/
tv_gen.c 688 mp_tohex(k, (char*)str); fprintf(out, "%s, ", (char*)str);
689 mp_tohex(R->x, (char*)str); fprintf(out, "%s, ", (char*)str);
690 mp_tohex(R->y, (char*)str); fprintf(out, "%s\n", (char*)str);
  /external/dropbear/libtommath/demo/
demo.c 377 mp_tohex(&b, buf);
379 mp_tohex(&c, buf);
  /external/dropbear/libtommath/
tommath.h 550 #define mp_tohex(M, S) mp_toradix((M), (S), 16) macro

Completed in 190 milliseconds