dh_max_bits 212 lib/common/remote.c int dh_max_bits; dh_max_bits 216 lib/common/remote.c pcmk__scan_min_int(pcmk__env_option(PCMK__ENV_DH_MAX_BITS), &dh_max_bits, dh_max_bits 219 lib/common/remote.c if ((dh_max_bits > 0) && (dh_max_bits < dh_min_bits)) { dh_max_bits 221 lib/common/remote.c dh_max_bits = 0; dh_max_bits 226 lib/common/remote.c if ((dh_max_bits > 0) && (dh_bits > dh_max_bits)) { dh_max_bits 227 lib/common/remote.c return dh_max_bits;