Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/demos/
Dtv_gen.c688 mp_tohex(k, (char*)str); fprintf(out, "%s, ", (char*)str); in ecc_gen()
689 mp_tohex(R->x, (char*)str); fprintf(out, "%s, ", (char*)str); in ecc_gen()
690 mp_tohex(R->y, (char*)str); fprintf(out, "%s\n", (char*)str); in ecc_gen()
/external/dropbear/libtommath/demo/
Ddemo.c377 mp_tohex(&b, buf); in main()
379 mp_tohex(&c, buf); in main()
/external/dropbear/libtommath/mtest/
Dmpi.h220 #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
/external/dropbear/libtommath/
Dtommath.h550 #define mp_tohex(M, S) mp_toradix((M), (S), 16) macro