Home
last modified time | relevance | path

Searched refs:HexDecode (Results 1 – 25 of 26) sorted by relevance

12

/external/cronet/tot/net/test/
Dct_test_util.cc169 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/
Dct_test_util.cc169 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/
Dalps_decoder_test.cc39 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 …]
Dspdy_session_unittest.cc6595 ssl_.peer_application_settings = HexDecode( in TEST_F()
6640 ssl_.peer_application_settings = HexDecode( in TEST_F()
/external/cronet/tot/net/spdy/
Dalps_decoder_test.cc39 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/
Dwycheproof_util.cc42 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/
Dhex_utils.h21 NET_EXPORT_PRIVATE std::string HexDecode(std::string_view hex);
Dhex_utils.cc13 std::string HexDecode(std::string_view hex) { in HexDecode() function
/external/cronet/stable/net/base/
Dhex_utils.h21 NET_EXPORT_PRIVATE std::string HexDecode(std::string_view hex);
Dhex_utils.cc13 std::string HexDecode(std::string_view hex) { in HexDecode() function
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.h61 fxcodec::DataAndBytesConsumed HexDecode(pdfium::span<const uint8_t> src_span);
Dfpdf_parser_decode_unittest.cpp296 TEST(ParserDecodeTest, HexDecode) { in TEST() argument
316 DataAndBytesConsumed result = HexDecode( in TEST()
Dfpdf_parser_decode.cpp204 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/
Dhpack_fuzz_util_test.cc103 std::string input = net::HexDecode("828684418cf1e3c2e5f23a6ba0ab90f4ff"); in TEST()
/external/cronet/stable/net/spdy/fuzzing/
Dhpack_fuzz_util_test.cc103 std::string input = net::HexDecode("828684418cf1e3c2e5f23a6ba0ab90f4ff"); in TEST()
/external/tink/cc/util/
Dtest_util.cc88 util::StatusOr<std::string> HexDecode(absl::string_view hex) { in HexDecode() function
112 return HexDecode(hex).value(); in HexDecodeOrDie()
Dtest_util.h73 crypto::tink::util::StatusOr<std::string> HexDecode(absl::string_view hex);
/external/pdfium/fpdfsdk/
Dfpdf_attachment.cpp163 HexDecode(bsValue.unsigned_span()).data, in FPDFAttachment_SetStringValue()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_config.cc917 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/
Dcpdf_streamparser.cpp116 return HexDecode(src_span).bytes_consumed; in DecodeInlineStream()
/external/boringssl/src/ssl/test/
Dtest_config.cc1523 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/
Dtest_config.cc1465 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/
Dtest_config.cc1465 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/
Dhttp_proxy_connect_job_unittest.cc1410 ssl_data.peer_application_settings = HexDecode( in TEST_P()
/external/cronet/stable/net/http/
Dhttp_proxy_connect_job_unittest.cc1410 ssl_data.peer_application_settings = HexDecode( in TEST_P()

12