Home
last modified time | relevance | path

Searched refs:DecodeDigitallySigned (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/cert/
H A Dct_serialization.cc157 bool DecodeDigitallySigned(CBS* input, DigitallySigned* output) { in DecodeDigitallySigned() function
180 bool DecodeDigitallySigned(std::string_view* input, DigitallySigned* output) { in DecodeDigitallySigned() function
184 bool result = DecodeDigitallySigned(&input_cbs, output); in DecodeDigitallySigned()
339 !DecodeDigitallySigned(&input_cbs, &result->signature)) { in DecodeSignedCertificateTimestamp()
H A Dct_serialization_unittest.cc41 ASSERT_TRUE(ct::DecodeDigitallySigned(&digitally_signed, &parsed)); in TEST_F()
67 ASSERT_FALSE(ct::DecodeDigitallySigned(&partial_digitally_signed, &parsed)); in TEST_F()
H A Dct_serialization.h34 NET_EXPORT_PRIVATE bool DecodeDigitallySigned(std::string_view* input,
H A Dct_log_response_parser.cc45 return DecodeDigitallySigned(&sp, result); in ConvertTreeHeadSignature()
/aosp_15_r20/external/cronet/net/test/
H A Dct_test_util.cc294 return DecodeDigitallySigned(&sp, &(sth->signature)) && sp.empty(); in GetSampleEmptySignedTreeHead()
310 return DecodeDigitallySigned(&sp, &(sth->signature)) && sp.empty(); in GetBadEmptySignedTreeHead()
324 return DecodeDigitallySigned(&sp, signature) && sp.empty(); in GetSampleSTHTreeHeadDecodedSignature()