/external/cronet/tot/net/test/ |
D | ct_test_util.cc | 169 entry->leaf_certificate = HexDecode(kDefaultDerCert); in GetX509CertSignedEntry() 176 tree_leaf->extensions = HexDecode(kDefaultExtensions); in GetX509CertTreeLeaf() 180 return HexDecode(kDefaultDerCert); in GetDerEncodedX509Cert() 185 std::string issuer_hash(HexDecode(kDefaultIssuerKeyHash)); in GetPrecertSignedEntry() 187 entry->tbs_certificate = HexDecode(kDefaultDerTbsCert); in GetPrecertSignedEntry() 194 tree_leaf->extensions = HexDecode(kDefaultExtensions); in GetPrecertTreeLeaf() 198 return HexDecode(kTestDigitallySigned); in GetTestDigitallySigned() 202 return HexDecode(kTestSignedCertificateTimestamp); in GetTestSignedCertificateTimestamp() 206 return HexDecode(kEcP256PublicKey); in GetTestPublicKey() 210 return HexDecode(kTestKeyId); in GetTestPublicKeyId() [all …]
|
/external/cronet/stable/net/test/ |
D | ct_test_util.cc | 169 entry->leaf_certificate = HexDecode(kDefaultDerCert); in GetX509CertSignedEntry() 176 tree_leaf->extensions = HexDecode(kDefaultExtensions); in GetX509CertTreeLeaf() 180 return HexDecode(kDefaultDerCert); in GetDerEncodedX509Cert() 185 std::string issuer_hash(HexDecode(kDefaultIssuerKeyHash)); in GetPrecertSignedEntry() 187 entry->tbs_certificate = HexDecode(kDefaultDerTbsCert); in GetPrecertSignedEntry() 194 tree_leaf->extensions = HexDecode(kDefaultExtensions); in GetPrecertTreeLeaf() 198 return HexDecode(kTestDigitallySigned); in GetTestDigitallySigned() 202 return HexDecode(kTestSignedCertificateTimestamp); in GetTestSignedCertificateTimestamp() 206 return HexDecode(kEcP256PublicKey); in GetTestPublicKey() 210 return HexDecode(kTestKeyId); in GetTestPublicKeyId() [all …]
|
/external/cronet/stable/net/spdy/ |
D | alps_decoder_test.cc | 39 decoder.Decode(HexDecode("000000" // length in TEST() 53 decoder.Decode(HexDecode("000000" // length in TEST() 66 AlpsDecoder::Error error = decoder.Decode(HexDecode( in TEST() 103 std::string frame = HexDecode( in TEST() 133 AlpsDecoder::Error error = decoder.Decode(HexDecode( in TEST() 159 AlpsDecoder::Error error = decoder.Decode(HexDecode( in TEST() 184 decoder.Decode(HexDecode("00000c" // length in TEST() 197 decoder.Decode(HexDecode("000006" // length in TEST() 219 HexDecode("00001e" // length in TEST() 240 HexDecode("00001e" // length in TEST() [all …]
|
D | spdy_session_unittest.cc | 6595 ssl_.peer_application_settings = HexDecode( in TEST_F() 6640 ssl_.peer_application_settings = HexDecode( in TEST_F()
|
/external/cronet/tot/net/spdy/ |
D | alps_decoder_test.cc | 39 decoder.Decode(HexDecode("000000" // length in TEST() 53 decoder.Decode(HexDecode("000000" // length in TEST() 66 AlpsDecoder::Error error = decoder.Decode(HexDecode( in TEST() 103 std::string frame = HexDecode( in TEST() 133 AlpsDecoder::Error error = decoder.Decode(HexDecode( in TEST() 159 AlpsDecoder::Error error = decoder.Decode(HexDecode( in TEST() 184 decoder.Decode(HexDecode("00000c" // length in TEST() 197 decoder.Decode(HexDecode("000006" // length in TEST() 219 HexDecode("00001e" // length in TEST() 240 HexDecode("00001e" // length in TEST() [all …]
|
/external/tink/cc/subtle/ |
D | wycheproof_util.cc | 42 util::StatusOr<std::string> HexDecode(absl::string_view hex) { in HexDecode() function 66 return HexDecode(hex).value(); in HexDecodeOrDie() 137 return HexDecode(hex).value(); in GetInteger()
|
/external/cronet/tot/net/base/ |
D | hex_utils.h | 21 NET_EXPORT_PRIVATE std::string HexDecode(std::string_view hex);
|
D | hex_utils.cc | 13 std::string HexDecode(std::string_view hex) { in HexDecode() function
|
/external/cronet/stable/net/base/ |
D | hex_utils.h | 21 NET_EXPORT_PRIVATE std::string HexDecode(std::string_view hex);
|
D | hex_utils.cc | 13 std::string HexDecode(std::string_view hex) { in HexDecode() function
|
/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_decode.h | 61 fxcodec::DataAndBytesConsumed HexDecode(pdfium::span<const uint8_t> src_span);
|
D | fpdf_parser_decode_unittest.cpp | 296 TEST(ParserDecodeTest, HexDecode) { in TEST() argument 316 DataAndBytesConsumed result = HexDecode( in TEST()
|
D | fpdf_parser_decode.cpp | 204 DataAndBytesConsumed HexDecode(pdfium::span<const uint8_t> src_span) { in HexDecode() function 468 DataAndBytesConsumed decode_result = HexDecode(last_span); in PDF_DataDecode()
|
/external/cronet/tot/net/spdy/fuzzing/ |
D | hpack_fuzz_util_test.cc | 103 std::string input = net::HexDecode("828684418cf1e3c2e5f23a6ba0ab90f4ff"); in TEST()
|
/external/cronet/stable/net/spdy/fuzzing/ |
D | hpack_fuzz_util_test.cc | 103 std::string input = net::HexDecode("828684418cf1e3c2e5f23a6ba0ab90f4ff"); in TEST()
|
/external/tink/cc/util/ |
D | test_util.cc | 88 util::StatusOr<std::string> HexDecode(absl::string_view hex) { in HexDecode() function 112 return HexDecode(hex).value(); in HexDecodeOrDie()
|
D | test_util.h | 73 crypto::tink::util::StatusOr<std::string> HexDecode(absl::string_view hex);
|
/external/pdfium/fpdfsdk/ |
D | fpdf_attachment.cpp | 163 HexDecode(bsValue.unsigned_span()).data, in FPDFAttachment_SetStringValue()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/ |
D | test_config.cc | 917 static bool HexDecode(std::string *out, const std::string &in) { in HexDecode() function 958 if (!HexDecode(&binary, part)) { in DecodeHexStrings() 1948 if (!HexDecode(&dc, dc_hex) || !HexDecode(&pkcs8, pkcs8_hex)) { in NewSSL()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamparser.cpp | 116 return HexDecode(src_span).bytes_consumed; in DecodeInlineStream()
|
/external/boringssl/src/ssl/test/ |
D | test_config.cc | 1523 static bool HexDecode(std::string *out, const std::string &in) { in HexDecode() function 1565 if (!HexDecode(&binary, part)) { in DecodeHexStrings()
|
/external/cronet/tot/third_party/boringssl/src/ssl/test/ |
D | test_config.cc | 1465 static bool HexDecode(std::string *out, const std::string &in) { in HexDecode() function 1507 if (!HexDecode(&binary, part)) { in DecodeHexStrings()
|
/external/cronet/stable/third_party/boringssl/src/ssl/test/ |
D | test_config.cc | 1465 static bool HexDecode(std::string *out, const std::string &in) { in HexDecode() function 1507 if (!HexDecode(&binary, part)) { in DecodeHexStrings()
|
/external/cronet/tot/net/http/ |
D | http_proxy_connect_job_unittest.cc | 1410 ssl_data.peer_application_settings = HexDecode( in TEST_P()
|
/external/cronet/stable/net/http/ |
D | http_proxy_connect_job_unittest.cc | 1410 ssl_data.peer_application_settings = HexDecode( in TEST_P()
|