Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/curve25519/
Dcurve25519.c3828 int64_t carry11; in x25519_sc_reduce() local
3908 carry11 = (s11 + (1 << 20)) >> 21; in x25519_sc_reduce()
3909 s12 += carry11; in x25519_sc_reduce()
3910 s11 -= carry11 << 21; in x25519_sc_reduce()
4000 carry11 = (s11 + (1 << 20)) >> 21; in x25519_sc_reduce()
4001 s12 += carry11; in x25519_sc_reduce()
4002 s11 -= carry11 << 21; in x25519_sc_reduce()
4045 carry11 = s11 >> 21; in x25519_sc_reduce()
4046 s12 += carry11; in x25519_sc_reduce()
4047 s11 -= carry11 << 21; in x25519_sc_reduce()
[all …]