Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcertificate.hpp159 std::string getCertId() const;
H A Dcertificate.cpp442 std::string Certificate::getCertId() const in getCertId() function in phosphor::certs::Certificate
450 return getCertId() == generateCertId(*cert); in isSame()
H A Dcerts_manager.cpp416 certificate->getCertId()); in deleteCertificate()
/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp1557 (certs[i]->getCertId().substr(0, 8) + ".0"); in verifyCertificates()
1651 authoritiesListFolder / (certs[i]->getCertId().substr(0, 8) + ".0"); in TEST_F()