Home
last modified time | relevance | path

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

/system/extras/libfec/
Dfec_private.h78 struct hashtree_info { struct
122 hashtree_info hashtree; argument
130 hashtree_info hashtree;
147 hashtree_info hashtree() const { in hashtree()
Dfec_verity.cpp124 int hashtree_info::get_hash(const uint8_t *block, uint8_t *hash) { in get_hash()
141 int hashtree_info::initialize(uint64_t hash_start, uint64_t data_blocks, in initialize()
157 bool hashtree_info::check_block_hash(const uint8_t *expected, in check_block_hash()
171 bool hashtree_info::check_block_hash_with_index(uint64_t index, in check_block_hash_with_index()
181 bool hashtree_info::ecc_read_hashes(fec_handle *f, uint64_t hash_offset, in ecc_read_hashes()
204 int hashtree_info::verify_tree(const fec_handle *f, const uint8_t *root) { in verify_tree()
Davb_utils.cpp146 hashtree_info hashtree; in parse_avb_image()