Searched refs:mtlsSession (Results 1 – 2 of 2) sorted by relevance
| /openbmc/bmcweb/http/ |
| H A D | http_connection.hpp | 116 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 D | http2_connection.hpp | 75 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
|