Home
last modified time | relevance | path

Searched refs:carry4 (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/third_party/fiat/
Dcurve25519.c1094 int64_t carry4; in x25519_sc_reduce() local
1245 carry4 = (s4 + (1 << 20)) >> 21; in x25519_sc_reduce()
1246 s5 += carry4; in x25519_sc_reduce()
1247 s4 -= int64_lshift21(carry4); in x25519_sc_reduce()
1297 carry4 = s4 >> 21; in x25519_sc_reduce()
1298 s5 += carry4; in x25519_sc_reduce()
1299 s4 -= int64_lshift21(carry4); in x25519_sc_reduce()
1342 carry4 = s4 >> 21; in x25519_sc_reduce()
1343 s5 += carry4; in x25519_sc_reduce()
1344 s4 -= int64_lshift21(carry4); in x25519_sc_reduce()
[all …]