Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.h165 void set_public_key_path(const std::string& public_key_path) { in set_public_key_path() argument
166 public_key_path_ = public_key_path; in set_public_key_path()
Ddelta_performer_integration_test.cc214 const string& public_key_path, in SignGeneratedShellPayloadWithKeys() argument
283 public_key_path.c_str())); in SignGeneratedShellPayloadWithKeys()
791 string public_key_path = signature_test == kSignatureGeneratedShellECKey in ApplyDeltaFile() local
794 EXPECT_TRUE(utils::FileExists(public_key_path.c_str())); in ApplyDeltaFile()
795 (*performer)->set_public_key_path(public_key_path); in ApplyDeltaFile()
Ddelta_performer_unittest.cc166 string public_key_path = GetBuildArtifactsPath(kUnittestPublicKeyPath); in SetUp() local
167 EXPECT_TRUE(utils::FileExists(public_key_path.c_str())); in SetUp()
168 performer_.set_public_key_path(public_key_path); in SetUp()
/system/update_engine/payload_generator/
Dpayload_signer.h40 const std::string& public_key_path);
Dpayload_signer.cc250 const string& public_key_path) { in VerifySignedPayload() argument
274 TEST_AND_RETURN_FALSE(utils::ReadFile(public_key_path, &public_key)); in VerifySignedPayload()