Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c774 static const int64_t kBottom25Bits = 0x1ffffffLL; variable
903 h2 += h1 >> 25; h1 &= kBottom25Bits; in fe_tobytes()
905 h4 += h3 >> 25; h3 &= kBottom25Bits; in fe_tobytes()
907 h6 += h5 >> 25; h5 &= kBottom25Bits; in fe_tobytes()
909 h8 += h7 >> 25; h7 &= kBottom25Bits; in fe_tobytes()
911 h9 &= kBottom25Bits; in fe_tobytes()