DecodeDigitallySigned  340 net/cert/ct_serialization.cc       !DecodeDigitallySigned(input, &result->signature)) {
DecodeDigitallySigned   29 net/cert/ct_serialization.h NET_EXPORT_PRIVATE bool DecodeDigitallySigned(base::StringPiece* input,
DecodeDigitallySigned   35 net/cert/ct_serialization_unittest.cc   ASSERT_TRUE(ct::DecodeDigitallySigned(&digitally_signed, &parsed));
DecodeDigitallySigned   61 net/cert/ct_serialization_unittest.cc   ASSERT_FALSE(ct::DecodeDigitallySigned(&partial_digitally_signed, &parsed));