dh_max_bits       188 lib/common/remote.c     int dh_max_bits;
dh_max_bits       192 lib/common/remote.c     pcmk__scan_min_int(pcmk__env_option(PCMK__ENV_DH_MAX_BITS), &dh_max_bits,
dh_max_bits       195 lib/common/remote.c     if ((dh_max_bits > 0) && (dh_max_bits < dh_min_bits)) {
dh_max_bits       197 lib/common/remote.c         dh_max_bits = 0;
dh_max_bits       202 lib/common/remote.c     if ((dh_max_bits > 0) && (dh_bits > dh_max_bits)) {
dh_max_bits       203 lib/common/remote.c         return dh_max_bits;