Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_hashtree_descriptor.h68 typedef struct AvbHashtreeDescriptor { struct
85 } AVB_ATTR_PACKED AvbHashtreeDescriptor; argument
93 const AvbHashtreeDescriptor* src,
94 AvbHashtreeDescriptor* dest) AVB_ATTR_WARN_UNUSED_RESULT;
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_hashtree_descriptor.c29 const AvbHashtreeDescriptor* src, AvbHashtreeDescriptor* dest) { in avb_hashtree_descriptor_validate_and_byteswap()
32 avb_memcpy(dest, src, sizeof(AvbHashtreeDescriptor)); in avb_hashtree_descriptor_validate_and_byteswap()
58 expected_size = sizeof(AvbHashtreeDescriptor) - sizeof(AvbDescriptor); in avb_hashtree_descriptor_validate_and_byteswap()
H A Davb_slot_verify.c1126 AvbHashtreeDescriptor hashtree_desc; in load_and_verify_vbmeta()
1129 (AvbHashtreeDescriptor*)descriptors[n], &hashtree_desc)) { in load_and_verify_vbmeta()
1145 ((const uint8_t*)descriptors[n]) + sizeof(AvbHashtreeDescriptor); in load_and_verify_vbmeta()
/OK3568_Linux_fs/u-boot/scripts/
H A Davbtool.py1340 class AvbHashtreeDescriptor(AvbDescriptor): class
1929 AvbPropertyDescriptor, AvbHashtreeDescriptor, AvbHashDescriptor,
2254 if isinstance(desc, AvbHashtreeDescriptor):
2288 if isinstance(desc, AvbHashtreeDescriptor):
2638 elif isinstance(desc, AvbHashtreeDescriptor):
2840 if ht.flags & AvbHashtreeDescriptor.FLAGS_CHECK_AT_MOST_ONCE:
2855 if ht.flags & AvbHashtreeDescriptor.FLAGS_CHECK_AT_MOST_ONCE:
2898 if isinstance(desc, AvbHashtreeDescriptor):
3735 ht_desc = AvbHashtreeDescriptor()
3746 ht_desc.flags |= AvbHashtreeDescriptor.FLAGS_DO_NOT_USE_AB
[all …]
/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/
H A Davbtool1183 class AvbHashtreeDescriptor(AvbDescriptor): class
1727 AvbPropertyDescriptor, AvbHashtreeDescriptor, AvbHashDescriptor,
1989 if isinstance(desc, AvbHashtreeDescriptor):
2357 if isinstance(desc, AvbHashtreeDescriptor):
3142 ht_desc = AvbHashtreeDescriptor()