Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/curve25519/
H A Dcurve25519.c39 static const int64_t kBottom26Bits = 0x3ffffffLL; variable
158 h1 += h0 >> 26; h0 &= kBottom26Bits; in fe_tobytes()
160 h3 += h2 >> 26; h2 &= kBottom26Bits; in fe_tobytes()
162 h5 += h4 >> 26; h4 &= kBottom26Bits; in fe_tobytes()
164 h7 += h6 >> 26; h6 &= kBottom26Bits; in fe_tobytes()
166 h9 += h8 >> 26; h8 &= kBottom26Bits; in fe_tobytes()