Home
last modified time | relevance | path

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

/external/boringssl/src/third_party/fiat/
Dcurve25519.c1095 int64_t carry5; in x25519_sc_reduce() local
1264 carry5 = (s5 + (1 << 20)) >> 21; in x25519_sc_reduce()
1265 s6 += carry5; in x25519_sc_reduce()
1266 s5 -= int64_lshift21(carry5); in x25519_sc_reduce()
1300 carry5 = s5 >> 21; in x25519_sc_reduce()
1301 s6 += carry5; in x25519_sc_reduce()
1302 s5 -= int64_lshift21(carry5); in x25519_sc_reduce()
1345 carry5 = s5 >> 21; in x25519_sc_reduce()
1346 s6 += carry5; in x25519_sc_reduce()
1347 s5 -= int64_lshift21(carry5); in x25519_sc_reduce()
[all …]