Home
last modified time | relevance | path

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

/external/boringssl/src/third_party/fiat/
Dcurve25519.c1099 int64_t carry9; in x25519_sc_reduce() local
1178 carry9 = (s9 + (1 << 20)) >> 21; in x25519_sc_reduce()
1179 s10 += carry9; in x25519_sc_reduce()
1180 s9 -= int64_lshift21(carry9); in x25519_sc_reduce()
1270 carry9 = (s9 + (1 << 20)) >> 21; in x25519_sc_reduce()
1271 s10 += carry9; in x25519_sc_reduce()
1272 s9 -= int64_lshift21(carry9); in x25519_sc_reduce()
1312 carry9 = s9 >> 21; in x25519_sc_reduce()
1313 s10 += carry9; in x25519_sc_reduce()
1314 s9 -= int64_lshift21(carry9); in x25519_sc_reduce()
[all …]