Searched refs:mp_tohex (Results 1 – 5 of 5) sorted by relevance
/external/dropbear/libtomcrypt/demos/ |
D | tv_gen.c | 688 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/ |
D | demo.c | 377 mp_tohex(&b, buf); in main() 379 mp_tohex(&c, buf); in main()
|
/external/dropbear/libtommath/mtest/ |
D | mpi.h | 220 #define mp_tohex(M, S) mp_toradix((M), (S), 16) macro
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 500 #define mp_tohex(a, b) mp_toradix(a, b, 16) macro
|
/external/dropbear/libtommath/ |
D | tommath.h | 550 #define mp_tohex(M, S) mp_toradix((M), (S), 16) macro
|