Searched refs:certSrcFilePath (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-certificate-manager/ |
| H A D | certificate.cpp | 115 void Certificate::copyCertificate(const std::string& certSrcFilePath, in copyCertificate() argument 123 if (certSrcFilePath != certFilePath) in copyCertificate() 125 fs::copy(certSrcFilePath, certFilePath, in copyCertificate() 133 "ERR", e.what(), "SRC", certSrcFilePath, "DST", certFilePath); in copyCertificate() 155 const std::string& certSrcFilePath, const std::string& certDstDirPath) in generateAuthCertFileX509Path() argument 157 const internal::X509Ptr cert = loadCert(certSrcFilePath); in generateAuthCertFileX509Path() 181 const std::string& certSrcFilePath) in generateAuthCertFilePath() argument 191 else if (fs::path(certSrcFilePath).parent_path().string() == in generateAuthCertFilePath() 194 return certSrcFilePath; in generateAuthCertFilePath() 204 const std::string& certSrcFilePath) in generateCertFilePath() argument [all …]
|
| H A D | certificate.hpp | 198 static void copyCertificate(const std::string& certSrcFilePath, 266 std::string generateAuthCertFileX509Path(const std::string& certSrcFilePath, 277 std::string generateAuthCertFilePath(const std::string& certSrcFilePath); 287 std::string generateCertFilePath(const std::string& certSrcFilePath);
|