Home
last modified time | relevance | path

Searched refs:authentication_data_block_size (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/avb/test/
H A Davb_vbmeta_image_unittest.cc182 h->authentication_data_block_size = htobe64(size); in TEST_F()
198 h->authentication_data_block_size = htobe64(size); in TEST_F()
223 h->authentication_data_block_size = in TEST_F()
224 htobe32(be32toh(h->authentication_data_block_size) - 32); in TEST_F()
251 h->hash_size = htobe64(be64toh(h->authentication_data_block_size)); in TEST_F()
273 h->signature_size = htobe64(be64toh(h->authentication_data_block_size)); in TEST_F()
415 authentication_block_offset + h.authentication_data_block_size; in TEST_F()
454 ASSERT_LT(offset + 1, h.authentication_data_block_size); in TEST_F()
457 h.authentication_data_block_size - offset)); in TEST_F()
473 h.authentication_data_block_size = htobe64(n64); in TEST_F()
[all …]
H A Davbtool_unittest.cc152 sizeof(AvbVBMetaImageHeader) + h.authentication_data_block_size; in TEST_F()
372 h.authentication_data_block_size + h.public_key_offset; in TEST_F()
/aosp_15_r20/external/avb/libavb/
H A Davb_vbmeta_image.c89 if ((h.authentication_data_block_size & 0x3f) != 0 || in avb_vbmeta_image_verify()
97 if (!avb_safe_add_to(&block_total, h.authentication_data_block_size) || in avb_vbmeta_image_verify()
117 hash_end > h.authentication_data_block_size) { in avb_vbmeta_image_verify()
123 signature_end > h.authentication_data_block_size) { in avb_vbmeta_image_verify()
174 auxiliary_block = authentication_block + h.authentication_data_block_size; in avb_vbmeta_image_verify()
251 dest->authentication_data_block_size = in avb_vbmeta_image_header_to_host_byte_order()
252 avb_be64toh(dest->authentication_data_block_size); in avb_vbmeta_image_header_to_host_byte_order()
H A Davb_vbmeta_image.h135 uint64_t authentication_data_block_size; member
H A Davb_descriptor.c92 avb_be64toh(header->authentication_data_block_size))) { in avb_descriptor_foreach()
H A Davb_slot_verify.c847 vbmeta_header.authentication_data_block_size + in load_and_verify_vbmeta()
938 vbmeta_header.authentication_data_block_size + in load_and_verify_vbmeta()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DAvbHandler.cpp120 UInt64 authentication_data_block_size; member
194 G64 (12, authentication_data_block_size); in Parse()
379 if (meta.authentication_data_block_size != 0)
381 if (rem < meta.authentication_data_block_size)
383 const unsigned u = (unsigned)meta.authentication_data_block_size;
/aosp_15_r20/external/avb/
H A Davbtool.py568 aux_offset = auth_offset + vbmeta_header.authentication_data_block_size
2120 self.authentication_data_block_size, self.auxiliary_data_block_size,
2141 self.authentication_data_block_size = 0
2181 self.authentication_data_block_size,
2441 header.authentication_data_block_size +
2463 header.authentication_data_block_size))
2488 header.authentication_data_block_size +
2562 + header.authentication_data_block_size
2573 key_offset += header.authentication_data_block_size
2689 size = (header.SIZE + header.authentication_data_block_size +
[all …]
/aosp_15_r20/system/core/fs_mgr/libfs_avb/tests/
H A Davb_util_test.cpp379 EXPECT_EQ(576, vbmeta_header->authentication_data_block_size); in TEST_F()
404 EXPECT_EQ(576, vbmeta_header->authentication_data_block_size); in TEST_F()
557 authentication_block_offset + header->authentication_data_block_size; in TEST_F()
794 authentication_block_offset + header->authentication_data_block_size; in TEST_F()
1058 authentication_block_offset + system_header->authentication_data_block_size; in TEST_F()
1466 authentication_block_offset + system_header->authentication_data_block_size; in TEST_F()
/aosp_15_r20/packages/modules/Virtualization/libs/vbmeta/src/
Dlib.rs115 + header.authentication_data_block_size in verify_reader_region()
128 + self.header.authentication_data_block_size as usize in public_key()
/aosp_15_r20/system/core/fs_mgr/libfs_avb/
H A Dtypes.cpp86 vbmeta_header->authentication_data_block_size + in GetVBMetaHeader()
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/avb/tests/
Dapi_test.rs342 + vbmeta_header.authentication_data_block_size as usize in vbmeta_with_public_key_overwritten_fails_verification()
/aosp_15_r20/out/soong/.intermediates/external/avb/rust/libavb_bindgen_nostd/android_arm64_armv8-2a_cortex-a55_source/
Dbindings.rs1534 pub authentication_data_block_size: u64, field
1604 ::core::ptr::addr_of!((*ptr).authentication_data_block_size) as usize - ptr as usize in bindgen_test_layout_AvbVBMetaImageHeader()
1611 stringify!(authentication_data_block_size) in bindgen_test_layout_AvbVBMetaImageHeader()
/aosp_15_r20/out/soong/.intermediates/external/avb/rust/libavb_bindgen_for_srcs_only/android_arm64_armv8-2a_cortex-a55_source/
Dbindings.rs1534 pub authentication_data_block_size: u64, field
1604 ::core::ptr::addr_of!((*ptr).authentication_data_block_size) as usize - ptr as usize in bindgen_test_layout_AvbVBMetaImageHeader()
1611 stringify!(authentication_data_block_size) in bindgen_test_layout_AvbVBMetaImageHeader()
/aosp_15_r20/out/soong/.intermediates/external/avb/rust/libavb_bindgen/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex10000/out/
Dbindings.rs1534 pub authentication_data_block_size: u64, field
1604 ::core::ptr::addr_of!((*ptr).authentication_data_block_size) as usize - ptr as usize in bindgen_test_layout_AvbVBMetaImageHeader()
1611 stringify!(authentication_data_block_size) in bindgen_test_layout_AvbVBMetaImageHeader()
/aosp_15_r20/out/soong/.intermediates/external/avb/rust/libavb_bindgen/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std/out/
Dbindings.rs1534 pub authentication_data_block_size: u64, field
1604 ::core::ptr::addr_of!((*ptr).authentication_data_block_size) as usize - ptr as usize in bindgen_test_layout_AvbVBMetaImageHeader()
1611 stringify!(authentication_data_block_size) in bindgen_test_layout_AvbVBMetaImageHeader()
/aosp_15_r20/out/soong/.intermediates/external/avb/rust/libavb_bindgen_for_srcs_only/android_arm64_armv8-2a_cortex-a55_source_apex10000/
Dbindings.rs1534 pub authentication_data_block_size: u64, field
1604 ::core::ptr::addr_of!((*ptr).authentication_data_block_size) as usize - ptr as usize in bindgen_test_layout_AvbVBMetaImageHeader()
1611 stringify!(authentication_data_block_size) in bindgen_test_layout_AvbVBMetaImageHeader()