Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/ec/
H A Decp_nistp521.c513 static const limb bottom52bits = 0xfffffffffffff; variable
539 out[1] += (((limb)(in[0] >> 64)) & bottom52bits) << 6; in felem_reduce()
547 out[2] += (((limb)(in[1] >> 64)) & bottom52bits) << 6; in felem_reduce()
551 out[3] += (((limb)(in[2] >> 64)) & bottom52bits) << 6; in felem_reduce()
555 out[4] += (((limb)(in[3] >> 64)) & bottom52bits) << 6; in felem_reduce()
559 out[5] += (((limb)(in[4] >> 64)) & bottom52bits) << 6; in felem_reduce()
563 out[6] += (((limb)(in[5] >> 64)) & bottom52bits) << 6; in felem_reduce()
567 out[7] += (((limb)(in[6] >> 64)) & bottom52bits) << 6; in felem_reduce()
571 out[8] += (((limb)(in[7] >> 64)) & bottom52bits) << 6; in felem_reduce()
579 overflow1 += (((limb)(in[8] >> 64)) & bottom52bits) << 6; in felem_reduce()