Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp1000 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleHTTPSCertificateCollectionPost() local
1002 if (certHttpBody.empty()) in handleHTTPSCertificateCollectionPost()
1010 std::make_shared<CertificateFile>(certHttpBody); in handleHTTPSCertificateCollectionPost()
1116 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleLDAPCertificateCollectionPost() local
1118 if (certHttpBody.empty()) in handleLDAPCertificateCollectionPost()
1126 std::make_shared<CertificateFile>(certHttpBody); in handleLDAPCertificateCollectionPost()
1256 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleTrustStoreCertificateCollectionPost() local
1258 if (certHttpBody.empty()) in handleTrustStoreCertificateCollectionPost()
1266 std::make_shared<CertificateFile>(certHttpBody); in handleTrustStoreCertificateCollectionPost()