Searched refs:certId (Results 1 – 6 of 6) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | certificate_service.hpp | 279 std::string certId = objPath.filename(); in getCertificateList() local 280 if (certId.empty()) in getCertificateList() 292 BMCWEB_REDFISH_MANAGER_URI_NAME, certId); in getCertificateList() 298 certId); in getCertificateList() 304 BMCWEB_REDFISH_MANAGER_URI_NAME, certId); in getCertificateList() 334 const std::string& certId, const boost::urls::url& certURL, in getCertificateProperties() argument 338 objectPath, certId, certURL); in getCertificateProperties() 341 [asyncResp, certURL, certId, in getCertificateProperties() 348 certId); in getCertificateProperties() 374 asyncResp->res.jsonValue["Id"] = certId; in getCertificateProperties() [all …]
|
/openbmc/phosphor-certificate-manager/ |
H A D | certificate.cpp | 371 certId = generateCertId(*cert); in install() 420 certId = generateCertId(*cert); in install() 438 return certId; in getCertId()
|
H A D | certificate.hpp | 299 std::string certId; member in phosphor::certs::Certificate
|
/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
|