/aosp_15_r20/external/avb/libavb/ |
H A D | avb_hashtree_descriptor.h | 69 typedef struct AvbHashtreeDescriptor { struct 86 } AVB_ATTR_PACKED AvbHashtreeDescriptor; argument
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/ |
H A D | AvbHandler.cpp | 271 struct AvbHashtreeDescriptor struct 273 UInt32 dm_verity_version; 274 UInt64 image_size; 275 UInt64 tree_offset; 276 UInt64 tree_size; 277 UInt32 data_block_size; 278 UInt32 hash_block_size; 279 UInt32 fec_num_roots; 280 UInt64 fec_offset; 281 UInt64 fec_size; [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/avb/rust/libavb_bindgen_nostd/android_arm64_armv8-2a_cortex-a55_source/ |
D | bindings.rs | 808 pub struct AvbHashtreeDescriptor { struct 828 const UNINIT: ::core::mem::MaybeUninit<AvbHashtreeDescriptor> = in bindgen_test_layout_AvbHashtreeDescriptor() argument 1002 impl Default for AvbHashtreeDescriptor { implementation 1013 src: *const AvbHashtreeDescriptor, in avb_hashtree_descriptor_validate_and_byteswap() 1014 dest: *mut AvbHashtreeDescriptor, in avb_hashtree_descriptor_validate_and_byteswap()
|
/aosp_15_r20/out/soong/.intermediates/external/avb/rust/libavb_bindgen_for_srcs_only/android_arm64_armv8-2a_cortex-a55_source/ |
D | bindings.rs | 808 pub struct AvbHashtreeDescriptor { struct 828 const UNINIT: ::core::mem::MaybeUninit<AvbHashtreeDescriptor> = in bindgen_test_layout_AvbHashtreeDescriptor() argument 1002 impl Default for AvbHashtreeDescriptor { implementation 1013 src: *const AvbHashtreeDescriptor, in avb_hashtree_descriptor_validate_and_byteswap() 1014 dest: *mut AvbHashtreeDescriptor, in avb_hashtree_descriptor_validate_and_byteswap()
|
/aosp_15_r20/out/soong/.intermediates/external/avb/rust/libavb_bindgen/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex10000/out/ |
D | bindings.rs | 808 pub struct AvbHashtreeDescriptor { struct 828 const UNINIT: ::core::mem::MaybeUninit<AvbHashtreeDescriptor> = in bindgen_test_layout_AvbHashtreeDescriptor() argument 1002 impl Default for AvbHashtreeDescriptor { implementation 1013 src: *const AvbHashtreeDescriptor, in avb_hashtree_descriptor_validate_and_byteswap() 1014 dest: *mut AvbHashtreeDescriptor, in avb_hashtree_descriptor_validate_and_byteswap()
|
/aosp_15_r20/out/soong/.intermediates/external/avb/rust/libavb_bindgen/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std/out/ |
D | bindings.rs | 808 pub struct AvbHashtreeDescriptor { struct 828 const UNINIT: ::core::mem::MaybeUninit<AvbHashtreeDescriptor> = in bindgen_test_layout_AvbHashtreeDescriptor() argument 1002 impl Default for AvbHashtreeDescriptor { implementation 1013 src: *const AvbHashtreeDescriptor, in avb_hashtree_descriptor_validate_and_byteswap() 1014 dest: *mut AvbHashtreeDescriptor, in avb_hashtree_descriptor_validate_and_byteswap()
|
/aosp_15_r20/out/soong/.intermediates/external/avb/rust/libavb_bindgen_for_srcs_only/android_arm64_armv8-2a_cortex-a55_source_apex10000/ |
D | bindings.rs | 808 pub struct AvbHashtreeDescriptor { struct 828 const UNINIT: ::core::mem::MaybeUninit<AvbHashtreeDescriptor> = in bindgen_test_layout_AvbHashtreeDescriptor() argument 1002 impl Default for AvbHashtreeDescriptor { implementation 1013 src: *const AvbHashtreeDescriptor, in avb_hashtree_descriptor_validate_and_byteswap() 1014 dest: *mut AvbHashtreeDescriptor, in avb_hashtree_descriptor_validate_and_byteswap()
|
/aosp_15_r20/external/avb/rust/src/descriptor/ |
H A D | hashtree.rs | 74 unsafe impl ValidateAndByteswap for AvbHashtreeDescriptor { implementation
|
/aosp_15_r20/packages/modules/Virtualization/libs/vbmeta/src/ |
D | descriptor.rs | 121 let src = data.as_ptr() as *const _ as *const AvbHashtreeDescriptor; in to_hashtree() constant
|
/aosp_15_r20/external/avb/ |
H A D | avbtool.py | 1355 class AvbHashtreeDescriptor(AvbDescriptor): class
|