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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_521.c46 #define ECP521_DIGITS ECL_CURVE_DIGITS(521) macro
61 mp_digit s1[ECP521_DIGITS] = { 0 };
64 MP_ALLOC(&m1) = ECP521_DIGITS;
65 MP_USED(&m1) = ECP521_DIGITS;
77 #define FIRST_DIGIT (ECP521_DIGITS-1)
85 MP_CHECKOK(s_mp_pad(r,ECP521_DIGITS));
86 for (i = 0; i < ECP521_DIGITS; i++) {
90 MP_USED(r) = ECP521_DIGITS;

Completed in 40 milliseconds