Home
last modified time | relevance | path

Searched refs:GetPublicKey (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer_unittest.cc1023 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1027 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1034 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1038 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1045 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1049 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1056 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1060 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1068 EXPECT_FALSE(performer_.GetPublicKey(&public_key)); in TEST_F()
H A Ddelta_performer.h305 bool GetPublicKey(std::string* out_public_key);
H A Ddelta_performer.cc987 bool DeltaPerformer::GetPublicKey(string* out_public_key) { in GetPublicKey() function in chromeos_update_engine::DeltaPerformer
1016 if (!GetPublicKey(&public_key)) { in CreatePayloadVerifier()
/aosp12/system/apex/apexd/
H A Dapex_file_repository.cpp135 auto pre_installed_public_key = GetPublicKey(name); in AddDataApex()
171 Result<const std::string> ApexFileRepository::GetPublicKey( in GetPublicKey() function in android::apex::ApexFileRepository
H A Dapex_file_repository_test.cpp93 auto ret = instance.GetPublicKey(apex->GetManifest().name()); in TEST()
192 auto public_key = instance.GetPublicKey("com.android.apex.test_package"); in TEST()
227 auto public_key = instance.GetPublicKey("com.android.apex.compressed"); in TEST()
H A Dapex_file_repository.h70 android::base::Result<const std::string> GetPublicKey(
H A Dapexd.cpp516 auto public_key = instance.GetPublicKey(apex.GetManifest().name()); in MountPackageImpl()
834 auto public_key = instance.GetPublicKey(apex_file.GetManifest().name()); in VerifyPackageBoot()
3572 ApexFileRepository::GetInstance().GetPublicKey(new_manifest.name()); in CheckSupportsNonStagedInstall()