Searched refs:EncodeLogEntry (Results 1 – 4 of 4) sorted by relevance
35 NET_EXPORT_PRIVATE bool EncodeLogEntry(const LogEntry& input,
34 if (!ct::EncodeLogEntry(entry, &serialized_log_entry)) { in Verify()
83 ASSERT_TRUE(ct::EncodeLogEntry(entry, &encoded)); in TEST_F()
280 bool EncodeLogEntry(const LogEntry& input, std::string* output) { in EncodeLogEntry() function