OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecodeDigitallySigned
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/cert/
ct_serialization.h
29
NET_EXPORT_PRIVATE bool
DecodeDigitallySigned
(base::StringPiece* input,
ct_serialization_unittest.cc
35
ASSERT_TRUE(ct::
DecodeDigitallySigned
(&digitally_signed, &parsed));
61
ASSERT_FALSE(ct::
DecodeDigitallySigned
(&partial_digitally_signed, &parsed));
ct_serialization.cc
250
bool
DecodeDigitallySigned
(base::StringPiece* input,
340
!
DecodeDigitallySigned
(input, &result->signature)) {
Completed in 4541 milliseconds