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

/osnet-11/usr/src/common/crypto/ecc/
H A Decp_521.c53 #define ECP521_DIGITS ECL_CURVE_DIGITS(521) macro
68 mp_digit s1[ECP521_DIGITS] = { 0 };
71 MP_ALLOC(&m1) = ECP521_DIGITS;
72 MP_USED(&m1) = ECP521_DIGITS;
85 #define FIRST_DIGIT (ECP521_DIGITS-1)
93 MP_CHECKOK(s_mp_pad(r,ECP521_DIGITS));
94 for (i = 0; i < ECP521_DIGITS; i++) {
98 MP_USED(r) = ECP521_DIGITS;

Completed in 20 milliseconds