Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp294 std::optional<bool> verifyCertificate; in requestRoutesEventDestinationCollection() local
320 "VerifyCertificate", verifyCertificate // in requestRoutesEventDestinationCollection()
464 if (verifyCertificate) in requestRoutesEventDestinationCollection()
466 subValue->userSub.verifyCertificate = *verifyCertificate; in requestRoutesEventDestinationCollection()
720 jVal["VerifyCertificate"] = userSub.verifyCertificate; in requestRoutesEventDestination()
756 std::optional<bool> verifyCertificate; in requestRoutesEventDestination() local
764 "VerifyCertificate", verifyCertificate // in requestRoutesEventDestination()
811 if (verifyCertificate) in requestRoutesEventDestination()
813 subValue->userSub.verifyCertificate = *verifyCertificate; in requestRoutesEventDestination()
/openbmc/bmcweb/include/
H A Dssl_key_handler.hpp42 getSSLClientContext(VerifyCertificate verifyCertificate);
H A Devent_service_store.hpp23 bool verifyCertificate = true; member
84 subvalue.verifyCertificate = *value; in fromJson()
H A Dpersistent_data.hpp336 subscription["VerifyCertificate"] = subValue.verifyCertificate; in writeData()
/openbmc/bmcweb/src/
H A Dssl_key_handler.cpp578 getSSLClientContext(VerifyCertificate verifyCertificate) in getSSLClientContext() argument
605 if (verifyCertificate == VerifyCertificate::NoVerify) in getSSLClientContext()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp325 userSub.verifyCertificate), in sendEventToSubscriber()