Searched refs:a7l (Results 1 – 1 of 1) sorted by relevance
/titanic_44/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 280 a7l = a7 << 32; in ec_GFp_nistp256_mod() 304 MP_ADD_CARRY(r2, a6h | a7l, r2, carry, carry); in ec_GFp_nistp256_mod() 308 MP_ADD_CARRY(r2, a6h | a7l, r2, carry, carry); in ec_GFp_nistp256_mod() 337 MP_SUB_BORROW(r0, a6h|a7l, r0, 0, carry); in ec_GFp_nistp256_mod()
|