Searched refs:hex_decode (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython3/Lib/encodings/ |
D | hex_codec.py | 17 def hex_decode(input, errors='strict'): function 25 return hex_decode(input, errors) 49 decode=hex_decode,
|
/external/webrtc/rtc_base/ |
D | string_encode.cc | 36 bool hex_decode(char ch, unsigned char* val) { in hex_decode() function 115 if (!hex_decode(source[srcpos], &h1) || in hex_decode_with_delimiter() 116 !hex_decode(source[srcpos + 1], &h2)) in hex_decode_with_delimiter() 133 size_t hex_decode(ArrayView<char> buffer, absl::string_view source) { in hex_decode() function
|
D | string_encode_unittest.cc | 41 dec_res_ = hex_decode(ArrayView<char>(decoded_), encoded); in TEST_F() 74 dec_res_ = hex_decode(ArrayView<char>(decoded_), encoded); in TEST_F() 82 dec_res_ = hex_decode(ArrayView<char>(decoded_), encoded); in TEST_F()
|
D | string_encode.h | 36 size_t hex_decode(ArrayView<char> buffer, absl::string_view source);
|
/external/python/pyserial/serial/tools/ |
D | hexlify_codec.py | 43 def hex_decode(data, errors='strict'): function 120 decode=hex_decode,
|
/external/webrtc/examples/turnserver/ |
D | read_auth_file.cc | 28 size_t len = rtc::hex_decode(rtc::ArrayView<char>(buf), in ReadAuthFile()
|
/external/rust/android-crates-io/crates/hex/benches/ |
D | hex.rs | 40 b.iter(|| faster_hex::hex_decode(hex.as_bytes(), &mut dst).unwrap()) in bench_decode()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/benches/ |
D | hex.rs | 40 b.iter(|| faster_hex::hex_decode(hex.as_bytes(), &mut dst).unwrap()) in bench_decode()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/benches/ |
D | hex.rs | 40 b.iter(|| faster_hex::hex_decode(hex.as_bytes(), &mut dst).unwrap()) in bench_decode()
|
/external/webrtc/p2p/base/ |
D | turn_server.cc | 396 size_t len = rtc::hex_decode(rtc::ArrayView<char>(p, sizeof(then)), in ValidateNonce()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.4.rst | 334 File "/usr/lib/python3.4/encodings/hex_codec.py", line 20, in hex_decode
|