Lines Matching refs:annotation_leaf
202 icp_entry_->annotation_leaf = in SetUp()
205 if (!icp_entry_->annotation_leaf) return; in SetUp()
206 icp_entry_->annotation_leaf->version = 1; in SetUp()
207 icp_entry_->annotation_leaf->timestamp = 0; in SetUp()
208 icp_entry_->annotation_leaf->leaf_type = in SetUp()
210 icp_entry_->annotation_leaf->annotation = in SetUp()
212 if (!icp_entry_->annotation_leaf->annotation) return; in SetUp()
213 icp_entry_->annotation_leaf->annotation->vbmeta_hash_size = in SetUp()
215 icp_entry_->annotation_leaf->annotation->vbmeta_hash = in SetUp()
217 if (!icp_entry_->annotation_leaf->annotation->vbmeta_hash) return; in SetUp()
218 memcpy(icp_entry_->annotation_leaf->annotation->vbmeta_hash, in SetUp()
257 if (icp_entry_->annotation_leaf) { in TearDown()
258 if (icp_entry_->annotation_leaf->annotation) { in TearDown()
259 if (icp_entry_->annotation_leaf->annotation->vbmeta_hash) in TearDown()
260 avb_free(icp_entry_->annotation_leaf->annotation->vbmeta_hash); in TearDown()
261 avb_free(icp_entry_->annotation_leaf->annotation); in TearDown()
263 avb_free(icp_entry_->annotation_leaf); in TearDown()