HomeSort by relevance Sort by last modified time
    Searched refs:serialized_log_entry (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/cert/
ct_log_verifier.cc 41 std::string serialized_log_entry; local
42 if (!ct::EncodeLogEntry(entry, &serialized_log_entry)) {
47 if (!ct::EncodeV1SCTSignedData(sct.timestamp, serialized_log_entry,
ct_serialization.h 41 // |serialized_log_entry| the log entry signed by the SCT.
47 const std::string& serialized_log_entry,
ct_serialization.cc 289 const std::string& serialized_log_entry,
299 // NOTE: serialized_log_entry must already be serialized and contain the
301 WriteEncodedBytes(serialized_log_entry, output);

Completed in 236 milliseconds