Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds