Searched refs:maxInt (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/common/crypto/ecc/ |
H A D | ecp_224.c | 172 mp_digit maxInt = MP_DIGIT_MAX; in ec_GFp_nistp224_mod() local 176 MP_ADD_CARRY (r1b, maxInt, r1b, carry, carry); in ec_GFp_nistp224_mod() 177 MP_ADD_CARRY (r2a, maxInt, r2a, carry, carry); in ec_GFp_nistp224_mod() 178 MP_ADD_CARRY (r2b, maxInt, r2b, carry, carry); in ec_GFp_nistp224_mod() 179 MP_ADD_CARRY (r3a, maxInt, r3a, carry, carry); in ec_GFp_nistp224_mod()
|