Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/curve25519/
Dcurve25519.c3831 int64_t carry14; in x25519_sc_reduce() local
3895 carry14 = (s14 + (1 << 20)) >> 21; in x25519_sc_reduce()
3896 s15 += carry14; in x25519_sc_reduce()
3897 s14 -= carry14 << 21; in x25519_sc_reduce()
4209 int64_t carry14; in sc_muladd() local
4274 carry14 = (s14 + (1 << 20)) >> 21; in sc_muladd()
4275 s15 += carry14; in sc_muladd()
4276 s14 -= carry14 << 21; in sc_muladd()
4384 carry14 = (s14 + (1 << 20)) >> 21; in sc_muladd()
4385 s15 += carry14; in sc_muladd()
[all …]