Searched refs:DecodeDigitallySigned (Results 1 – 3 of 3) sorted by relevance
35 ASSERT_TRUE(ct::DecodeDigitallySigned(&digitally_signed, &parsed)); in TEST_F()61 ASSERT_FALSE(ct::DecodeDigitallySigned(&partial_digitally_signed, &parsed)); in TEST_F()
29 NET_EXPORT_PRIVATE bool DecodeDigitallySigned(base::StringPiece* input,
250 bool DecodeDigitallySigned(base::StringPiece* input, in DecodeDigitallySigned() function340 !DecodeDigitallySigned(input, &result->signature)) { in DecodeSignedCertificateTimestamp()