Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/curve25519/
Dcurve25519.c35 static const int64_t kBottom25Bits = INT64_C(0x1ffffff); variable
156 h2 += h1 >> 25; h1 &= kBottom25Bits; in fe_tobytes()
158 h4 += h3 >> 25; h3 &= kBottom25Bits; in fe_tobytes()
160 h6 += h5 >> 25; h5 &= kBottom25Bits; in fe_tobytes()
162 h8 += h7 >> 25; h7 &= kBottom25Bits; in fe_tobytes()
164 h9 &= kBottom25Bits; in fe_tobytes()