Home
last modified time | relevance | path

Searched refs:public_key_path (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.h161 void set_public_key_path(const std::string& public_key_path) { in set_public_key_path() argument
162 public_key_path_ = public_key_path; in set_public_key_path()
H A Ddelta_performer_integration_test.cc255 const string& public_key_path, in SignGeneratedShellPayloadWithKeys() argument
321 public_key_path.c_str())); in SignGeneratedShellPayloadWithKeys()
810 string public_key_path = signature_test == kSignatureGeneratedShellECKey in ApplyDeltaFile() local
813 EXPECT_TRUE(utils::FileExists(public_key_path.c_str())); in ApplyDeltaFile()
814 (*performer)->set_public_key_path(public_key_path); in ApplyDeltaFile()
H A Ddelta_performer_unittest.cc174 string public_key_path = GetBuildArtifactsPath(kUnittestPublicKeyPath); in SetUp() local
175 EXPECT_TRUE(utils::FileExists(public_key_path.c_str())); in SetUp()
176 performer_.set_public_key_path(public_key_path); in SetUp()
/aosp12/system/update_engine/payload_generator/
H A Dpayload_signer.h40 const std::string& public_key_path);
H A Dpayload_signer.cc248 const string& public_key_path) { in VerifySignedPayload() argument
272 TEST_AND_RETURN_FALSE(utils::ReadFile(public_key_path, &public_key)); in VerifySignedPayload()