Home
last modified time | relevance | path

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

/external/boringssl/src/third_party/fiat/
Dcurve25519.c1096 int64_t carry6; in x25519_sc_reduce() local
1156 carry6 = (s6 + (1 << 20)) >> 21; in x25519_sc_reduce()
1157 s7 += carry6; in x25519_sc_reduce()
1158 s6 -= int64_lshift21(carry6); in x25519_sc_reduce()
1248 carry6 = (s6 + (1 << 20)) >> 21; in x25519_sc_reduce()
1249 s7 += carry6; in x25519_sc_reduce()
1250 s6 -= int64_lshift21(carry6); in x25519_sc_reduce()
1303 carry6 = s6 >> 21; in x25519_sc_reduce()
1304 s7 += carry6; in x25519_sc_reduce()
1305 s6 -= int64_lshift21(carry6); in x25519_sc_reduce()
[all …]