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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec.c111 mp_tohex(k1, mpstr);
118 mp_tohex(k2, mpstr);
702 mp_tohex(&k, mpstr);
704 mp_tohex(&n, mpstr);
767 mp_tohex(&x1, mpstr);
773 mp_tohex(&r, mpstr);
785 mp_tohex(&s, mpstr);
1049 mp_tohex(&x1, mpstr);
H A Dmpi.h340 #define mp_tohex(M, S) mp_toradix((M), (S), 16) macro

Completed in 58 milliseconds