Searched refs:root_digest_len (Results 1 – 5 of 5) sorted by relevance
54 dest->root_digest_len = avb_be32toh(dest->root_digest_len); in avb_hashtree_descriptor_validate_and_byteswap()61 !avb_safe_add_to(&expected_size, dest->root_digest_len)) { in avb_hashtree_descriptor_validate_and_byteswap()
1140 if (hashtree_desc.root_digest_len == 0) { in load_and_verify_vbmeta()
82 uint32_t root_digest_len; member
1242 root_digest_len, self.flags, _) = struct.unpack(self.FORMAT_STRING,1245 self.SIZE - 16 + partition_name_len + salt_len + root_digest_len, 8)1259 self.root_digest = data[(self.SIZE + o):(self.SIZE + o + root_digest_len)]1260 if root_digest_len != len(hashlib.new(name=self.hash_algorithm).digest()):1261 if root_digest_len != 0:
1402 root_digest_len, self.flags, _) = struct.unpack(self.FORMAT_STRING,1405 self.SIZE - 16 + partition_name_len + salt_len + root_digest_len, 8)1422 self.root_digest = data[(self.SIZE + o):(self.SIZE + o + root_digest_len)]1424 if root_digest_len != self._hashtree_digest_size():1425 if root_digest_len != 0: