Home
last modified time | relevance | path

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

/external/openssh/
Ddh.c260 int pbits; in dh_gen_key() local
263 (pbits = BN_num_bits(dh->p)) <= 0 || in dh_gen_key()
264 need > INT_MAX / 2 || 2 * need >= pbits) in dh_gen_key()
270 dh->length = MIN(need * 2, pbits - 1); in dh_gen_key()
/external/pcre/dist/
Dpcre_compile.c4906 pcre_uint8 pbits[32]; in compile_branch() local
4995 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
5006 for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset]; in compile_branch()
5008 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset]; in compile_branch()
5015 if (tabopt == 1) pbits[1] &= ~0x3c; in compile_branch()
5016 else if (tabopt == 2) pbits[11] &= 0x7f; in compile_branch()
5022 for (c = 0; c < 32; c++) classbits[c] |= ~pbits[c]; in compile_branch()
5024 for (c = 0; c < 32; c++) classbits[c] |= pbits[c]; in compile_branch()