Searched refs:log_id (Results 1 – 12 of 12) sorted by relevance
20 if (lhs->log_id != rhs->log_id) in operator ()()21 return lhs->log_id < rhs->log_id; in operator ()()35 CHECK(pickle->WriteString(log_id)); in Persist()57 iter->ReadString(&sct->log_id) && in CreateFromPickle()
73 cert_sct->log_id.assign(cert_sct->log_id.size(), '\0'); in TEST_F()
334 base::StringPiece log_id; in DecodeSignedCertificateTimestamp() local336 if (!ReadFixedBytes(kLogIdLength, input, &log_id) || in DecodeSignedCertificateTimestamp()349 log_id.CopyToString(&result->log_id); in DecodeSignedCertificateTimestamp()
24 if (sct.log_id != key_id()) { in Verify()
104 std::string log_id; member
97 SetBinaryData("log_id", sct.log_id, out); in SCTToDictionary()
151 IDToLogMap::iterator it = logs_.find(sct->log_id); in VerifySingleSCT()
141 EXPECT_EQ(ct::GetTestPublicKeyId(), sct->log_id); in TEST_F()
65 EXPECT_EQ(ct::GetTestPublicKeyId(), sct->log_id); in TEST_F()
194 sct->log_id = HexToBytes(kTestKeyId); in GetX509CertSCT()211 sct->log_id = HexToBytes(kTestKeyId); in GetPrecertSCT()
195 string log_id = pc.getLogIdString(); in VerifyPeerConnectionEntry() local196 VerifyElementWithId(log_id); in VerifyPeerConnectionEntry()200 ss << "var row = $('" << log_id << "').rows[" << (i + 1) << "];" in VerifyPeerConnectionEntry()
368 void SaveDebugLog(const base::FilePath& log_path, const std::wstring& log_id, in SaveDebugLog() argument374 log_file << " " << log_id << "=" << saved_log_file_path.value(); in SaveDebugLog()