Searched refs:pbits (Results 1 – 2 of 2) 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()
4401 uint8_t pbits[32]; in compile_branch() local4505 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()4516 for (c = 0; c < 32; c++) pbits[c] |= cbits[(int)c + taboffset]; in compile_branch()4518 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[(int)c + taboffset]; in compile_branch()4525 if (tabopt == 1) pbits[1] &= ~0x3c; in compile_branch()4526 else if (tabopt == 2) pbits[11] &= 0x7f; in compile_branch()4532 for (c = 0; c < 32; c++) classbits[c] |= ~pbits[c]; in compile_branch()4534 for (c = 0; c < 32; c++) classbits[c] |= pbits[c]; in compile_branch()