Home
last modified time | relevance | path

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

/illumos-gate/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 }; in ec_GFp_nistp521_mod()
71 MP_ALLOC(&m1) = ECP521_DIGITS; in ec_GFp_nistp521_mod()
72 MP_USED(&m1) = ECP521_DIGITS; in ec_GFp_nistp521_mod()
84 #define FIRST_DIGIT (ECP521_DIGITS-1) in ec_GFp_nistp521_mod()
92 MP_CHECKOK(s_mp_pad(r,ECP521_DIGITS)); in ec_GFp_nistp521_mod()
93 for (i = 0; i < ECP521_DIGITS; i++) { in ec_GFp_nistp521_mod()
97 MP_USED(r) = ECP521_DIGITS; in ec_GFp_nistp521_mod()