Home
last modified time | relevance | path

Searched defs:tree_size (Results 1 – 2 of 2) sorted by relevance

/packages/modules/adb/client/
Dincremental_utils.cpp123 auto tree_size = int32_t(le32toh(le_tree_size)); // size of the verity tree in read_id_sig_headers() local
132 auto tree_size = int32_t(le32toh(le_tree_size)); // size of the verity tree in skip_id_sig_headers() local
/packages/modules/Virtualization/libs/apkverify/src/
Dhashtree.rs74 let tree_size = levels.iter().map(|r| r.len()).sum(); in generate_hash_tree() localVariable