Searched defs:MerkleConsistencyProof (Results 1 – 2 of 2) sorted by relevance
18 struct NET_EXPORT MerkleConsistencyProof { struct27 std::string log_id;30 std::vector<std::string> nodes;33 uint64_t first_tree_size = 0;36 uint64_t second_tree_size = 0;
11 MerkleConsistencyProof::MerkleConsistencyProof( in MerkleConsistencyProof() function in net::ct::MerkleConsistencyProof