Home
last modified time | relevance | path

Searched refs:limb_aX (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp521.c132 typedef limb limb_aX __attribute((__aligned__(1))); typedef
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()
153 out[8] = (*((limb_aX *) & in[58])) & bottom57bits; in bin66_to_felem()
164 (*((limb_aX *) in felem_to_bin66()
[all...]
H A Decp_nistp224.c76 typedef uint64_t limb_aX __attribute((__aligned__(1))); typedef
314 out[1] = (*((const limb_aX *)(in + 7))) & 0x00ffffffffffffff; in bin28_to_felem()
315 out[2] = (*((const limb_aX *)(in + 14))) & 0x00ffffffffffffff; in bin28_to_felem()
316 out[3] = (*((const limb_aX *)(in + 20))) >> 8; in bin28_to_felem()
/third_party/openssl/crypto/ec/
H A Decp_nistp521.c132 typedef limb limb_aX __attribute((__aligned__(1))); typedef
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()
153 out[8] = (*((limb_aX *) & in[58])) & bottom57bits; in bin66_to_felem()
164 (*((limb_aX *) in felem_to_bin66()
[all...]
H A Decp_nistp224.c76 typedef uint64_t limb_aX __attribute((__aligned__(1))); typedef
314 out[1] = (*((const limb_aX *)(in + 7))) & 0x00ffffffffffffff; in bin28_to_felem()
315 out[2] = (*((const limb_aX *)(in + 14))) & 0x00ffffffffffffff; in bin28_to_felem()
316 out[3] = (*((const limb_aX *)(in + 20))) >> 8; in bin28_to_felem()

Completed in 7 milliseconds