Home
last modified time | relevance | path

Searched defs:AvbHashtreeDescriptor (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/avb/libavb/
H A Davb_hashtree_descriptor.h69 typedef struct AvbHashtreeDescriptor { struct
86 } AVB_ATTR_PACKED AvbHashtreeDescriptor; argument
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DAvbHandler.cpp271 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/
Dbindings.rs808 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/
Dbindings.rs808 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/
Dbindings.rs808 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/
Dbindings.rs808 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/
Dbindings.rs808 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 Dhashtree.rs74 unsafe impl ValidateAndByteswap for AvbHashtreeDescriptor { implementation
/aosp_15_r20/packages/modules/Virtualization/libs/vbmeta/src/
Ddescriptor.rs121 let src = data.as_ptr() as *const _ as *const AvbHashtreeDescriptor; in to_hashtree() constant
/aosp_15_r20/external/avb/
H A Davbtool.py1355 class AvbHashtreeDescriptor(AvbDescriptor): class