Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/curve25519/
Dcurve25519.c3832 int64_t carry15; in x25519_sc_reduce() local
3914 carry15 = (s15 + (1 << 20)) >> 21; in x25519_sc_reduce()
3915 s16 += carry15; in x25519_sc_reduce()
3916 s15 -= carry15 << 21; in x25519_sc_reduce()
4210 int64_t carry15; in sc_muladd() local
4311 carry15 = (s15 + (1 << 20)) >> 21; in sc_muladd()
4312 s16 += carry15; in sc_muladd()
4313 s15 -= carry15 << 21; in sc_muladd()
4403 carry15 = (s15 + (1 << 20)) >> 21; in sc_muladd()
4404 s16 += carry15; in sc_muladd()
[all …]