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

  /external/chromium_org/net/cert/
ct_log_response_parser_unittest.cc 46 SignedTreeHead tree_head; local
47 EXPECT_TRUE(FillSignedTreeHead(sample_sth, &tree_head));
53 ASSERT_EQ(SignedTreeHead::V1, tree_head.version);
54 ASSERT_EQ(expected_timestamp, tree_head.timestamp);
55 ASSERT_EQ(2903698u, tree_head.tree_size);
60 memcpy(actual_hash, tree_head.sha256_root_hash, kSthRootHashLength);
72 ASSERT_EQ(tree_head.signature.hash_algorithm,
74 ASSERT_EQ(tree_head.signature.signature_algorithm,
76 ASSERT_EQ(tree_head.signature.signature_data,
84 SignedTreeHead tree_head; local
93 SignedTreeHead tree_head; local
    [all...]
  /external/srec/srec/clib/
srec_arb.c 381 tree_head; typedef in typeref:struct:__anon34805
383 static int traverse_tree(tree_node* node, tree_head *tree_topo, int *num_terminal_nodes)
421 tree_head topo;
441 tree_head topo;
  /external/srec/tools/test_g2g/
test_g2g.c 58 tree_head; typedef in typeref:struct:__anon34900
346 int traverse_tree(tree_node* node, tree_head *tree_topo, int *num_terminal_nodes)
368 tree_head topo;
379 tree_head topo;
517 tree_head topo;

Completed in 504 milliseconds