Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp116 mtlsSession = verifyMtlsUser(ip, ctx); in tlsVerifyCallback()
117 if (mtlsSession) in tlsVerifyCallback()
120 mtlsSession->uniqueId); in tlsVerifyCallback()
289 mtlsSession); in upgradeToHttp2()
475 if (mtlsSession != nullptr) in gracefulClose()
478 mtlsSession->uniqueId); in gracefulClose()
480 mtlsSession); in gracefulClose()
636 ip, res, method, value.base(), mtlsSession); in afterReadHeaders()
949 std::shared_ptr<persistent_data::UserSession> mtlsSession; member in crow::Connection
H A Dhttp2_connection.hpp75 getCachedDateStr(getCachedDateStrF), mtlsSession(mtlsSessionIn) in HTTP2Connection()
325 {}, asyncResp->res, thisReq.method(), thisReq.req, mtlsSession); in onRequestRecv()
690 std::shared_ptr<persistent_data::UserSession> mtlsSession; member in crow::HTTP2Connection