Home
last modified time | relevance | path

Searched defs:hashtree_info (Results 1 – 3 of 3) sorted by relevance

/system/extras/libfec/
Dfec_private.h79 struct hashtree_info { struct
81 uint64_t data_blocks;
83 uint64_t hash_start;
86 std::vector<uint8_t> hash_data;
87 std::vector<uint8_t> salt;
88 std::vector<uint8_t> zero_hash;
123 hashtree_info hashtree; argument
/system/core/init/
Dbuiltins.cpp857 auto hashtree_info = fs_mgr_get_hashtree_info(entry); in do_verity_update_state() local
/system/core/fs_mgr/
Dfs_mgr.cpp2253 auto hashtree_info = fs_mgr_get_hashtree_info(entry); in fs_mgr_verity_is_check_at_most_once() local