Searched refs:bitpos (Results 1 – 3 of 3) sorted by relevance
60 #define MAKE_MASKSHFT(size,bitpos) (MAKE_MASK(size)<<bitpos) argument
72 #define MAKE_MASKSHFT(size, bitpos) (MAKE_MASK(size) << (bitpos)) argument
935 int bitpos; in RSA_MontSignatureToPlaintextFast() local947 bitpos = (int8_t)(uint8_t)(31U - __CLZ(exp_pubkey)); /* count of bits after the left most 1 */ in RSA_MontSignatureToPlaintextFast()948 while (--bitpos >= 0) in RSA_MontSignatureToPlaintextFast()972 if (0U != (exp_pubkey & (uint32_t)(uint8_t)(1U << (uint8_t)bitpos))) /* where e is 1 */ in RSA_MontSignatureToPlaintextFast()