Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp264 std::string certObjectPath; in install() local
267 certObjectPath = objectPath + '/' + std::to_string(certIdCounter); in install()
269 bus, certObjectPath, certType, certInstallPath, filePath, in install()
279 return certObjectPath; in install()
328 std::string certObjectPath = in installAll() local
331 bus, certObjectPath, certType, tempPath, *x509Store, authority, in installAll()
930 auto certObjectPath = objectPath + '/'; in createCertificates() local
969 bus, certObjectPath + std::to_string(certIdCounter++), in createCertificates()
990 bus, certObjectPath + '1', certType, certInstallPath, in createCertificates()