Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/ec/
H A Decp_nistp521.c137 static const limb bottom58bits = 0x3ffffffffffffff; variable
145 out[0] = (*((limb *)&in[0])) & bottom58bits; in bin66_to_felem()
146 out[1] = (*((limb_aX *)&in[7]) >> 2) & bottom58bits; in bin66_to_felem()
147 out[2] = (*((limb_aX *)&in[14]) >> 4) & bottom58bits; in bin66_to_felem()
148 out[3] = (*((limb_aX *)&in[21]) >> 6) & bottom58bits; in bin66_to_felem()
149 out[4] = (*((limb_aX *)&in[29])) & bottom58bits; in bin66_to_felem()
150 out[5] = (*((limb_aX *)&in[36]) >> 2) & bottom58bits; in bin66_to_felem()
151 out[6] = (*((limb_aX *)&in[43]) >> 4) & bottom58bits; in bin66_to_felem()
152 out[7] = (*((limb_aX *)&in[50]) >> 6) & bottom58bits; in bin66_to_felem()
526 out[0] = ((limb)in[0]) & bottom58bits; in felem_reduce()
[all …]