Searched refs:is_hex_string (Results 1 – 5 of 5) sorted by relevance
600 CU_ASSERT(util::is_hex_string(StringRef{})); in test_util_is_hex_string()601 CU_ASSERT(util::is_hex_string(StringRef::from_lit("0123456789abcdef"))); in test_util_is_hex_string()602 CU_ASSERT(util::is_hex_string(StringRef::from_lit("0123456789ABCDEF"))); in test_util_is_hex_string()603 CU_ASSERT(!util::is_hex_string(StringRef::from_lit("000"))); in test_util_is_hex_string()604 CU_ASSERT(!util::is_hex_string(StringRef::from_lit("XX"))); in test_util_is_hex_string()
257 if (s.size() != expectedlen * 2 || !util::is_hex_string(s)) { in read_quic_secret_file()1696 if (!util::is_hex_string(StringRef{sep_it + 1, std::end(line)})) { in parse_psk_secrets()1763 if (!util::is_hex_string(StringRef{sep_it + 1, std::end(line)})) { in parse_client_psk_secrets()4129 !util::is_hex_string(optarg)) { in parse_config()
94 bool is_hex_string(const StringRef &s);
1584 bool is_hex_string(const StringRef &s) { in is_hex_string() function
1269 !util::is_hex_string(hex_cid_prefix)) { in get_inherited_quic_lingering_worker_process_from_env()