Home
last modified time | relevance | path

Searched refs:B_OVER_16 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dcurve448.c562 const unsigned int B_OVER_16 = sizeof(scalar->limb[0]) / 2; in recode_wnaf() local
579 current += (uint32_t)((scalar->limb[w / B_OVER_16] in recode_wnaf()
580 >> (16 * (w % B_OVER_16))) << 16); in recode_wnaf()
/third_party/openssl/crypto/ec/curve448/
H A Dcurve448.c562 const unsigned int B_OVER_16 = sizeof(scalar->limb[0]) / 2; in recode_wnaf() local
579 current += (uint32_t)((scalar->limb[w / B_OVER_16] in recode_wnaf()
580 >> (16 * (w % B_OVER_16))) << 16); in recode_wnaf()

Completed in 3 milliseconds