OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decodesignedcertificatetimestamp
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/cert/
ct_serialization_unittest.cc
139
ASSERT_TRUE(ct::
DecodeSignedCertificateTimestamp
(&encoded_sct, &sct));
157
ct::
DecodeSignedCertificateTimestamp
(&invalid_version_sct, &sct));
162
ct::
DecodeSignedCertificateTimestamp
(&invalid_length_sct, &sct));
ct_serialization.h
64
NET_EXPORT_PRIVATE bool
DecodeSignedCertificateTimestamp
(
ct_objects_extractor_unittest.cc
48
EXPECT_TRUE(
DecodeSignedCertificateTimestamp
(&parsed_scts[0], sct));
multi_log_ct_verifier.cc
133
if (!
DecodeSignedCertificateTimestamp
(&encoded_sct, &decoded_sct)) {
ct_serialization.cc
319
bool
DecodeSignedCertificateTimestamp
(
Completed in 192 milliseconds