Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfs_avb/include/fs_avb/
Dfs_avb.h99 const std::string& ab_other_suffix, const std::string& expected_public_key,
/system/apex/apexd/
Dapexd.cpp3924 auto expected_public_key = in CheckSupportsNonStagedInstall() local
3926 if (!expected_public_key.ok()) { in CheckSupportsNonStagedInstall()
3927 return expected_public_key.error(); in CheckSupportsNonStagedInstall()
3929 auto verity_data = new_apex.VerifyApexVerity(*expected_public_key); in CheckSupportsNonStagedInstall()