Searched defs:tree_size (Results 1 – 2 of 2) sorted by relevance
123 auto tree_size = int32_t(le32toh(le_tree_size)); // size of the verity tree in read_id_sig_headers() local132 auto tree_size = int32_t(le32toh(le_tree_size)); // size of the verity tree in skip_id_sig_headers() local
74 let tree_size = levels.iter().map(|r| r.len()).sum(); in generate_hash_tree() localVariable