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.cpp3521 auto expected_public_key = in CheckSupportsNonStagedInstall() local
3523 if (!expected_public_key.ok()) { in CheckSupportsNonStagedInstall()
3524 return expected_public_key.error(); in CheckSupportsNonStagedInstall()
3526 auto verity_data = new_apex.VerifyApexVerity(*expected_public_key); in CheckSupportsNonStagedInstall()