Searched refs:a7h (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/common/crypto/ecc/ |
H A D | ecp_256.c | 72 mp_digit a4h, a4l, a5h, a5l, a6h, a6l, a7h, a7l; in ec_GFp_nistp256_mod() local 281 a7h = a7 >> 32; in ec_GFp_nistp256_mod() 305 MP_ADD_CARRY(r3, a7h, r3, carry, carry); in ec_GFp_nistp256_mod() 309 MP_ADD_CARRY(r3, a7h, r3, carry, carry); in ec_GFp_nistp256_mod() 338 MP_SUB_BORROW(r1, a7h|a4l, r1, carry, carry); in ec_GFp_nistp256_mod()
|