Searched refs:ab_other_suffix (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/fs_mgr/libfs_avb/ |
H A D | avb_util.h | 53 … const std::string& ab_suffix, const std::string& ab_other_suffix); 58 const std::string& ab_other_suffix); 62 const std::string& ab_other_suffix); 101 const std::string& ab_other_suffix, const std::string& expected_public_key_blob,
|
H A D | avb_util.cpp | 181 const std::string& ab_other_suffix) { in LoadAvbHashtreeToEnableVerity() argument 184 std::string partition_name = DeriveAvbPartitionName(*fstab_entry, ab_suffix, ab_other_suffix); in LoadAvbHashtreeToEnableVerity() 211 const std::string& ab_other_suffix) { in AvbPartitionToDevicePatition() argument 221 auto append_suffix = is_other_slot ? ab_other_suffix : ab_suffix; in AvbPartitionToDevicePatition() 233 const std::string& ab_other_suffix) { in DeriveAvbPartitionName() argument 247 auto found = partition_name.rfind(ab_other_suffix); in DeriveAvbPartitionName() 550 const std::string& ab_other_suffix, const std::string& expected_public_key_blob, in LoadAndVerifyVbmetaByPartition() argument 555 AvbPartitionToDevicePatition(partition_name, ab_suffix, ab_other_suffix)); in LoadAndVerifyVbmetaByPartition() 580 chain.partition_name, ab_suffix, ab_other_suffix, chain.public_key_blob, in LoadAndVerifyVbmetaByPartition()
|
H A D | fs_avb.cpp | 187 const std::string& ab_other_suffix, const std::string& expected_public_key_path, in LoadAndVerifyVbmeta() argument 215 partition_name, ab_suffix, ab_other_suffix, expected_key_blob, allow_verification_error, in LoadAndVerifyVbmeta()
|
/aosp14/system/core/fs_mgr/libfs_avb/include/fs_avb/ |
H A D | fs_avb.h | 99 const std::string& ab_other_suffix, const std::string& expected_public_key,
|