dh_max_bits 187 lib/common/remote.c int dh_max_bits; dh_max_bits 190 lib/common/remote.c pcmk__scan_min_int(getenv("PCMK_dh_max_bits"), &dh_max_bits, 0); dh_max_bits 191 lib/common/remote.c if ((dh_max_bits > 0) && (dh_max_bits < dh_min_bits)) { dh_max_bits 193 lib/common/remote.c dh_max_bits = 0; dh_max_bits 198 lib/common/remote.c if ((dh_max_bits > 0) && (dh_bits > dh_max_bits)) { dh_max_bits 199 lib/common/remote.c return dh_max_bits;