Searched defs:public_key_path (Results 1 – 6 of 6) sorted by relevance
163 void set_public_key_path(const std::string& public_key_path) { in set_public_key_path()
244 const string& public_key_path, in SignGeneratedShellPayloadWithKeys()807 string public_key_path = signature_test == kSignatureGeneratedShellECKey in ApplyDeltaFile() local
166 string public_key_path = GetBuildArtifactsPath(kUnittestPublicKeyPath); in SetUp() local
100 def SetupSSHKeys(config_path, private_key_path, public_key_path): argument
233 const string& public_key_path) { in VerifySignedPayload()
340 def CreateSshKeyPairIfNotExist(private_key_path, public_key_path): argument