Searched refs:pbits (Results 1 – 3 of 3) sorted by relevance
262 int pbits; in dh_gen_key() local265 (pbits = BN_num_bits(dh->p)) <= 0 || in dh_gen_key()266 need > INT_MAX / 2 || 2 * need > pbits) in dh_gen_key()278 dh->length = MINIMUM(need * 2, pbits - 1); in dh_gen_key()
609 pbits = nbits + shift614 p = getprime_func(pbits)640 p = getprime_func(pbits)
5549 uint8_t pbits[32]; in compile_branch() local5614 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()5625 for (i = 0; i < 32; i++) pbits[i] |= cbits[(int)i + taboffset]; in compile_branch()5627 for (i = 0; i < 32; i++) pbits[i] &= ~cbits[(int)i + taboffset]; in compile_branch()5634 if (tabopt == 1) pbits[1] &= ~0x3c; in compile_branch()5635 else if (tabopt == 2) pbits[11] &= 0x7f; in compile_branch()5641 for (i = 0; i < 32; i++) classbits[i] |= ~pbits[i]; in compile_branch()5643 for (i = 0; i < 32; i++) classbits[i] |= pbits[i]; in compile_branch()