/aosp_15_r20/system/core/fs_mgr/libfs_avb/tests/ |
H A D | avb_util_test.cpp | 307 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 310 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F() 833 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 836 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F() 943 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 946 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA8192", 20, in TEST_F() 1005 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 1009 AddAvbFooter(system_path, "hashtree", "system_other", system_partition_size, "SHA512_RSA4096", in TEST_F() 1039 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 1043 AddAvbFooter(system_path, "hashtree", "system_other", system_partition_size, "SHA512_RSA4096", in TEST_F() [all …]
|
H A D | fs_avb_test.cpp | 76 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 79 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F() 147 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 150 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F() 252 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 255 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F()
|
H A D | basic_test.cpp | 169 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 172 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA8192", 20, in TEST_F() 233 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 236 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F()
|
H A D | fs_avb_util_test.cpp | 34 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 38 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F()
|
/aosp_15_r20/external/avb/test/ |
H A D | avbtool_unittest.cc | 2856 const size_t system_partition_size = 10 * 1024 * 1024; in GenerateImageWithHashAndHashtreeSetup() local 2864 system_partition_size); in GenerateImageWithHashAndHashtreeSetup() 2901 const size_t system_partition_size = 10 * 1024 * 1024; in TEST_F() local 2909 system_partition_size); in TEST_F() 2937 const size_t system_partition_size = 10 * 1024 * 1024; in TEST_F() local 2946 system_partition_size); in TEST_F() 3093 const size_t system_partition_size = 10 * 1024 * 1024; in TEST_F() local 3103 system_partition_size); in TEST_F() 3166 const size_t system_partition_size = 10 * 1024 * 1024; in TEST_F() local 3176 system_partition_size, in TEST_F() [all …]
|
H A D | avb_slot_verify_unittest.cc | 2428 const size_t system_partition_size = 1536 * 1024; in CmdlineWithChainedHashtreeVerification() local 2453 (int)system_partition_size); in CmdlineWithChainedHashtreeVerification()
|
/aosp_15_r20/kernel/tests/net/test/ |
H A D | build_rootfs.sh | 395 system_partition_size=$((${system_partition_num_sectors} * 512)) 536 system_partition_size=$((${system_partition_num_sectors} * 512))
|