Home
last modified time | relevance | path

Searched refs:root_digest_len (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_hashtree_descriptor.c54 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()
H A Davb_slot_verify.c1140 if (hashtree_desc.root_digest_len == 0) { in load_and_verify_vbmeta()
/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_hashtree_descriptor.h82 uint32_t root_digest_len; member
/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/
H A Davbtool1242 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:
/OK3568_Linux_fs/u-boot/scripts/
H A Davbtool.py1402 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: