Searched refs:a6l (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 282 a6l = a6 << 32; in ec_GFp_nistp256_mod() 303 MP_ADD_CARRY(r1, a6l, r1, 0, carry); in ec_GFp_nistp256_mod() 307 MP_ADD_CARRY(r1, a6l, r1, 0, carry); in ec_GFp_nistp256_mod() 325 MP_SUB_BORROW(r0, a5h | a6l, r0, 0, carry); in ec_GFp_nistp256_mod() 340 MP_SUB_BORROW(r3, a6l, r3, carry, carry); in ec_GFp_nistp256_mod()
|