Searched refs:a6a_a5b (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/common/crypto/ecc/ |
H A D | ecp_224.c | 74 mp_digit a6b = 0, a6a_a5b = 0, a5b = 0, a5a_a4b = 0, a4a_a3b = 0; in ec_GFp_nistp224_mod() local 214 a6a_a5b = a6 << 32; in ec_GFp_nistp224_mod() 218 a6a_a5b |= a5b; in ec_GFp_nistp224_mod() 251 MP_SUB_BORROW(r2, a6a_a5b, r2, carry, carry); in ec_GFp_nistp224_mod() 253 MP_SUB_BORROW(r0, a6a_a5b, r0, 0, carry); in ec_GFp_nistp224_mod()
|