Searched refs:root_offset (Results 1 – 3 of 3) sorted by relevance
104 uint32_t root_offset = salt_offset + hashtree_descriptor.salt_len; in parse_avb_image() local108 check(root_offset < vbmeta.size() - hashtree_descriptor.root_digest_len); in parse_avb_image()113 read_ptr + root_offset, in parse_avb_image()114 read_ptr + root_offset + hashtree_descriptor.root_digest_len); in parse_avb_image()
65 uint32_t root_offset; member172 TrieNode root_node() const { return trie(header()->root_offset); } in root_node()
133 header->root_offset = root_trie_offset; in SerializeTrie()