Searched refs:negate (Results 1 – 1 of 1) sorted by relevance
1078 uint32_t negate = ~s[0] & 1; in scalar_mult() local1079 u256_cmov(s_odd, s, 1 - negate); in scalar_mult()1089 u256_cmov(ry, py_neg, negate); in scalar_mult()1121 u256_cmov(py_use, py, bit ^ negate); in scalar_mult()1122 u256_cmov(py_use, py_neg, (1 - bit) ^ negate); in scalar_mult()