Home
last modified time | relevance | path

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

/external/boringssl/src/third_party/fiat/
Dcurve25519.c1097 int64_t carry7; in x25519_sc_reduce() local
1175 carry7 = (s7 + (1 << 20)) >> 21; in x25519_sc_reduce()
1176 s8 += carry7; in x25519_sc_reduce()
1177 s7 -= int64_lshift21(carry7); in x25519_sc_reduce()
1267 carry7 = (s7 + (1 << 20)) >> 21; in x25519_sc_reduce()
1268 s8 += carry7; in x25519_sc_reduce()
1269 s7 -= int64_lshift21(carry7); in x25519_sc_reduce()
1306 carry7 = s7 >> 21; in x25519_sc_reduce()
1307 s8 += carry7; in x25519_sc_reduce()
1308 s7 -= int64_lshift21(carry7); in x25519_sc_reduce()
[all …]