Searched refs:DecodeDigitallySigned (Results 1 – 6 of 6) 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()
30 NET_EXPORT_PRIVATE bool DecodeDigitallySigned(base::StringPiece* input,
59 if (!DecodeDigitallySigned(&sp, result)) { in ConvertTreeHeadSignature()
253 bool DecodeDigitallySigned(base::StringPiece* input, in DecodeDigitallySigned() function358 !DecodeDigitallySigned(input, &result->signature)) { in DecodeSignedCertificateTimestamp()
70 ASSERT_TRUE(DecodeDigitallySigned(&sp, &expected_signature)); in TEST()
267 DecodeDigitallySigned(&sp, &(sth->signature)); in GetSignedTreeHead()