Searched refs:maxInt (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ecp_224.c | 176 mp_digit maxInt = MP_DIGIT_MAX; in ec_GFp_nistp224_mod() local 180 MP_ADD_CARRY (r1b, maxInt, r1b, carry, carry); in ec_GFp_nistp224_mod() 181 MP_ADD_CARRY (r2a, maxInt, r2a, carry, carry); in ec_GFp_nistp224_mod() 182 MP_ADD_CARRY (r2b, maxInt, r2b, carry, carry); in ec_GFp_nistp224_mod() 183 MP_ADD_CARRY (r3a, maxInt, r3a, carry, carry); in ec_GFp_nistp224_mod()
|