Searched refs:DecodeDigitallySigned (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/net/cert/ |
H A D | ct_serialization.cc | 157 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 D | ct_serialization_unittest.cc | 41 ASSERT_TRUE(ct::DecodeDigitallySigned(&digitally_signed, &parsed)); in TEST_F() 67 ASSERT_FALSE(ct::DecodeDigitallySigned(&partial_digitally_signed, &parsed)); in TEST_F()
|
H A D | ct_serialization.h | 34 NET_EXPORT_PRIVATE bool DecodeDigitallySigned(std::string_view* input,
|
H A D | ct_log_response_parser.cc | 45 return DecodeDigitallySigned(&sp, result); in ConvertTreeHeadSignature()
|
/aosp_15_r20/external/cronet/net/test/ |
H A D | ct_test_util.cc | 294 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()
|