Home
last modified time | relevance | path

Searched refs:ab_other_suffix (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/libfs_avb/
Davb_util.h59 … const std::string& ab_suffix, const std::string& ab_other_suffix);
64 const std::string& ab_other_suffix);
68 const std::string& ab_other_suffix);
107 const std::string& ab_other_suffix, const std::string& expected_public_key_blob,
Davb_util.cpp247 const std::string& ab_other_suffix) { in LoadAvbHashtreeToEnableVerity() argument
250 std::string partition_name = DeriveAvbPartitionName(*fstab_entry, ab_suffix, ab_other_suffix); in LoadAvbHashtreeToEnableVerity()
277 const std::string& ab_other_suffix) { in AvbPartitionToDevicePatition() argument
287 auto append_suffix = is_other_slot ? ab_other_suffix : ab_suffix; in AvbPartitionToDevicePatition()
299 const std::string& ab_other_suffix) { in DeriveAvbPartitionName() argument
313 auto found = partition_name.rfind(ab_other_suffix); in DeriveAvbPartitionName()
616 const std::string& ab_other_suffix, const std::string& expected_public_key_blob, in LoadAndVerifyVbmetaByPartition() argument
621 AvbPartitionToDevicePatition(partition_name, ab_suffix, ab_other_suffix)); in LoadAndVerifyVbmetaByPartition()
646 chain.partition_name, ab_suffix, ab_other_suffix, chain.public_key_blob, in LoadAndVerifyVbmetaByPartition()
Dfs_avb.cpp186 const std::string& ab_other_suffix, const std::string& expected_public_key_path, in LoadAndVerifyVbmeta() argument
214 partition_name, ab_suffix, ab_other_suffix, expected_key_blob, allow_verification_error, in LoadAndVerifyVbmeta()
/system/core/fs_mgr/libfs_avb/include/fs_avb/
Dfs_avb.h99 const std::string& ab_other_suffix, const std::string& expected_public_key,