Home
last modified time | relevance | path

Searched refs:authentication_block_offset (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/libfs_avb/tests/
H A Davb_util_test.cpp555 size_t authentication_block_offset = header_block_offset + sizeof(AvbVBMetaImageHeader); in TEST_F() local
557 authentication_block_offset + header->authentication_data_block_size; in TEST_F()
565 authentication_block_offset + header->hash_offset, in TEST_F()
570 authentication_block_offset + header->signature_offset, in TEST_F()
775 size_t authentication_block_offset = header_block_offset + sizeof(AvbVBMetaImageHeader); in TEST_F() local
779 footer->vbmeta_offset + authentication_block_offset + header->hash_offset, in TEST_F()
794 authentication_block_offset + header->authentication_data_block_size; in TEST_F()
1056 size_t authentication_block_offset = header_block_offset + sizeof(AvbVBMetaImageHeader); in TEST_F() local
1058 authentication_block_offset + system_header->authentication_data_block_size; in TEST_F()
1063 (system_footer->vbmeta_offset + authentication_block_offset + system_header->hash_offset), in TEST_F()
[all …]
/aosp_15_r20/external/avb/test/
H A Davb_vbmeta_image_unittest.cc412 size_t authentication_block_offset = in TEST_F() local
415 authentication_block_offset + h.authentication_data_block_size; in TEST_F()
438 authentication_block_offset + h.hash_offset, in TEST_F()
446 authentication_block_offset + h.signature_offset, in TEST_F()
456 authentication_block_offset + offset, in TEST_F()