Home
last modified time | relevance | path

Searched refs:decode_hex (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/testcases/lib/
Dtst_hexdump.c15 int decode_hex(void) in decode_hex() function
52 return decode_hex(); in main()
/third_party/curl/tests/
Dgetpart.pm65 sub decode_hex { subroutine
185 my $decoded = decode_hex($_);
/third_party/nghttp2/src/
Dinflatehd.cc67 static void decode_hex(uint8_t *dest, const char *src, size_t len) { in decode_hex() function
143 decode_hex(buf.data(), json_string_value(wire), inputlen); in inflate_hd()
Dutil_test.cc611 util::decode_hex(balloc, StringRef::from_lit("0ff0"))); in test_util_decode_hex()
612 CU_ASSERT("" == util::decode_hex(balloc, StringRef{})); in test_util_decode_hex()
Dutil.h216 StringRef decode_hex(BlockAllocator &balloc, const StringRef &s);
219 OutputIt decode_hex(OutputIt d_first, const StringRef &s) { in decode_hex() function
Dshrpx_config.cc268 util::decode_hex(std::begin(qkm.reserved), in read_quic_secret_file()
271 util::decode_hex(std::begin(qkm.secret), in read_quic_secret_file()
274 util::decode_hex(std::begin(qkm.salt), StringRef{p, p + qkm.salt.size()}); in read_quic_secret_file()
1706 util::decode_hex(config->balloc, StringRef{sep_it + 1, std::end(line)}); in parse_psk_secrets()
1773 util::decode_hex(config->balloc, StringRef{sep_it + 1, std::end(line)}); in parse_client_psk_secrets()
4133 util::decode_hex(std::begin(config->quic.server_id), optarg); in parse_config()
Dutil.cc1598 StringRef decode_hex(BlockAllocator &balloc, const StringRef &s) { in decode_hex() function
1600 auto p = decode_hex(iov.base, s); in decode_hex()
Dshrpx.cc1280 util::decode_hex(std::begin(cid_prefixes.back()), hex_cid_prefix); in get_inherited_quic_lingering_worker_process_from_env()