Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c775 static const int64_t kBottom26Bits = 0x3ffffffLL; variable
902 h1 += h0 >> 26; h0 &= kBottom26Bits; in fe_tobytes()
904 h3 += h2 >> 26; h2 &= kBottom26Bits; in fe_tobytes()
906 h5 += h4 >> 26; h4 &= kBottom26Bits; in fe_tobytes()
908 h7 += h6 >> 26; h6 &= kBottom26Bits; in fe_tobytes()
910 h9 += h8 >> 26; h8 &= kBottom26Bits; in fe_tobytes()