Home | History | Annotate | Download | only in bn

Lines Matching refs:BN_is_bit_set

150 		if (BN_is_bit_set(p,i))
316 if (BN_is_bit_set(p,wstart) == 0)
335 if (BN_is_bit_set(p,wstart-i))
461 if (BN_is_bit_set(p,wstart) == 0)
482 if (BN_is_bit_set(p,wstart-i))
683 * * to be taken in the BN_is_bit_set function.
699 wvalue = (wvalue<<1)+BN_is_bit_set(p,idx);
824 if (BN_is_bit_set(p, b))
938 if (BN_is_bit_set(p,wstart) == 0)
957 if (BN_is_bit_set(p,wstart-i))