Searched refs:u256_cmov (Results 1 – 1 of 1) sorted by relevance
/mbedtls-latest/3rdparty/p256-m/p256-m/ |
D | p256-m.c | 134 static void u256_cmov(uint32_t z[8], const uint32_t x[8], uint32_t c) in u256_cmov() function 522 u256_cmov(z, r, use_sub); in m256_add() 558 u256_cmov(z, r, carry); in m256_sub() 613 u256_cmov(z, a, 1 - use_sub); in m256_mul() 697 u256_cmov(bitval, x, 1); /* copy x before writing to z */ in m256_inv() 755 u256_cmov(zi, z, 1); in m256_to_bytes() 983 u256_cmov(x3, x1, 1); in point_add_or_double_leaky() 984 u256_cmov(y3, y1, 1); in point_add_or_double_leaky() 1079 u256_cmov(s_odd, s, 1 - negate); in scalar_mult() 1086 u256_cmov(rx, px, 1); in scalar_mult() [all …]
|