Searched refs:GetPublicKey (Results 1 – 7 of 7) sorted by relevance
1023 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()
305 bool GetPublicKey(std::string* out_public_key);
987 bool DeltaPerformer::GetPublicKey(string* out_public_key) { in GetPublicKey() function in chromeos_update_engine::DeltaPerformer1016 if (!GetPublicKey(&public_key)) { in CreatePayloadVerifier()
135 auto pre_installed_public_key = GetPublicKey(name); in AddDataApex()171 Result<const std::string> ApexFileRepository::GetPublicKey( in GetPublicKey() function in android::apex::ApexFileRepository
93 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()
70 android::base::Result<const std::string> GetPublicKey(
516 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()