Home
last modified time | relevance | path

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

/external/openssh/
Ddh.c262 int pbits; in dh_gen_key() local
265 (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()
/external/pcre/dist2/src/
Dpcre2_compile.c4401 uint8_t pbits[32]; in compile_branch() local
4505 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()