Home
last modified time | relevance | path

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

/external/boringssl/src/third_party/fiat/
Dcurve25519.c1098 int64_t carry8; in x25519_sc_reduce() local
1159 carry8 = (s8 + (1 << 20)) >> 21; in x25519_sc_reduce()
1160 s9 += carry8; in x25519_sc_reduce()
1161 s8 -= int64_lshift21(carry8); in x25519_sc_reduce()
1251 carry8 = (s8 + (1 << 20)) >> 21; in x25519_sc_reduce()
1252 s9 += carry8; in x25519_sc_reduce()
1253 s8 -= int64_lshift21(carry8); in x25519_sc_reduce()
1309 carry8 = s8 >> 21; in x25519_sc_reduce()
1310 s9 += carry8; in x25519_sc_reduce()
1311 s8 -= int64_lshift21(carry8); in x25519_sc_reduce()
[all …]