dh_max_bits       191 lib/common/remote.c     int dh_max_bits = 0;
dh_max_bits       197 lib/common/remote.c         dh_max_bits = crm_parse_int(dh_max_bits_s, "0");
dh_max_bits       198 lib/common/remote.c         if ((dh_min_bits > 0) && (dh_max_bits > 0)
dh_max_bits       199 lib/common/remote.c             && (dh_max_bits < dh_min_bits)) {
dh_max_bits       201 lib/common/remote.c             dh_max_bits = 0;
dh_max_bits       207 lib/common/remote.c     if ((dh_max_bits > 0) && (dh_bits > dh_max_bits)) {
dh_max_bits       208 lib/common/remote.c         return dh_max_bits;