Home
last modified time | relevance | path

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

/external/boringssl/src/third_party/fiat/
Dcurve25519.c1101 int64_t carry11; in x25519_sc_reduce() local
1181 carry11 = (s11 + (1 << 20)) >> 21; in x25519_sc_reduce()
1182 s12 += carry11; in x25519_sc_reduce()
1183 s11 -= int64_lshift21(carry11); in x25519_sc_reduce()
1273 carry11 = (s11 + (1 << 20)) >> 21; in x25519_sc_reduce()
1274 s12 += carry11; in x25519_sc_reduce()
1275 s11 -= int64_lshift21(carry11); in x25519_sc_reduce()
1318 carry11 = s11 >> 21; in x25519_sc_reduce()
1319 s12 += carry11; in x25519_sc_reduce()
1320 s11 -= int64_lshift21(carry11); in x25519_sc_reduce()
[all …]