Home
last modified time | relevance | path

Searched defs:public_key_path (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/system/update_engine/payload_consumer/
H A Ddelta_performer.h163 void set_public_key_path(const std::string& public_key_path) { in set_public_key_path()
H A Ddelta_performer_integration_test.cc244 const string& public_key_path, in SignGeneratedShellPayloadWithKeys()
807 string public_key_path = signature_test == kSignatureGeneratedShellECKey in ApplyDeltaFile() local
H A Ddelta_performer_unittest.cc166 string public_key_path = GetBuildArtifactsPath(kUnittestPublicKeyPath); in SetUp() local
/aosp_15_r20/tools/acloud/setup/
H A Dgcp_setup_runner.py100 def SetupSSHKeys(config_path, private_key_path, public_key_path): argument
/aosp_15_r20/system/update_engine/payload_generator/
H A Dpayload_signer.cc233 const string& public_key_path) { in VerifySignedPayload()
/aosp_15_r20/tools/acloud/internal/lib/
H A Dutils.py340 def CreateSshKeyPairIfNotExist(private_key_path, public_key_path): argument