Searched refs:certId (Results 1 – 6 of 6) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | certificate_service.hpp | 277 std::string certId = objPath.filename(); in getCertificateList() local 278 if (certId.empty()) in getCertificateList() 290 BMCWEB_REDFISH_MANAGER_URI_NAME, certId); in getCertificateList() 296 certId); in getCertificateList() 302 BMCWEB_REDFISH_MANAGER_URI_NAME, certId); in getCertificateList() 332 const std::string& certId, const boost::urls::url& certURL, in getCertificateProperties() argument 336 objectPath, certId, certURL); in getCertificateProperties() 339 [asyncResp, certURL, certId, in getCertificateProperties() 346 certId); in getCertificateProperties() 372 asyncResp->res.jsonValue["Id"] = certId; in getCertificateProperties() [all …]
|
| /openbmc/phosphor-certificate-manager/ |
| H A D | certificate.hpp | 299 std::string certId; member in phosphor::certs::Certificate
|
| H A D | certificate.cpp | 371 certId = generateCertId(*cert); in install() 420 certId = generateCertId(*cert); in install() 438 return certId; in getCertId()
|
| /openbmc/qemu/tests/unit/ |
| H A D | pkix_asn1_tab.c.inc | 1013 {"certId", 1073741836, 0}, 1016 {"certId", 1, 0},
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | firmware-update.cpp | 992 ipmiGetFwRootCertData(const ipmi::Context::ptr& ctx, uint8_t certId) in ipmiGetFwRootCertData() argument 1011 switch (static_cast<FwGetRootCertDataTag>(certId)) in ipmiGetFwRootCertData()
|
| /openbmc/phosphor-certificate-manager/test/ |
| H A D | certs_manager_test.cpp | 111 cmd += std::to_string(certId++); in createNewCertificate() 210 uint64_t certId = 1; member in phosphor::certs::__anone8b85a260111::TestCertificates
|