Searched refs:py_use (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | p256-m.c | 1067 uint32_t s_odd[8], py_neg[8], py_use[8], rz[8]; in scalar_mult() local 1082 u256_set32(py_use, 0); in scalar_mult() 1083 m256_sub_p(py_neg, py_use, py); 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() 1126 point_add(rx, ry, rz, px, py_use); in scalar_mult()
|