Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/crypto/ecc/
H A Decp_521.c55 #define ECP521_DIGITS ECL_CURVE_DIGITS(521) macro
70 mp_digit s1[ECP521_DIGITS] = { 0 }; in ec_GFp_nistp521_mod()
73 MP_ALLOC(&m1) = ECP521_DIGITS; in ec_GFp_nistp521_mod()
74 MP_USED(&m1) = ECP521_DIGITS; in ec_GFp_nistp521_mod()
86 #define FIRST_DIGIT (ECP521_DIGITS-1) in ec_GFp_nistp521_mod()
94 MP_CHECKOK(s_mp_pad(r,ECP521_DIGITS)); in ec_GFp_nistp521_mod()
95 for (i = 0; i < ECP521_DIGITS; i++) { in ec_GFp_nistp521_mod()
99 MP_USED(r) = ECP521_DIGITS; in ec_GFp_nistp521_mod()