Searched refs:mp_tohex (Results 1 - 5 of 5) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h500 #define mp_tohex(a, b) mp_toradix(a, b, 16) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.h220 #define mp_tohex(M, S) mp_toradix((M), (S), 16) macro
/external/dropbear/libtomcrypt/demos/
H A Dtv_gen.c688 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/
H A Ddemo.c377 mp_tohex(&b, buf);
379 mp_tohex(&c, buf);
/external/dropbear/libtommath/
H A Dtommath.h550 #define mp_tohex(M, S) mp_toradix((M), (S), 16) macro

Completed in 250 milliseconds