Searched refs:mtlsSession (Results 1 – 2 of 2) sorted by relevance
| /openbmc/bmcweb/http/ |
| H A D | http_connection.hpp | 122 mtlsSession = verifyMtlsUser(ip, ctx); in tlsVerifyCallback() 123 if (mtlsSession) in tlsVerifyCallback() 126 mtlsSession->uniqueId); in tlsVerifyCallback() 295 mtlsSession); in upgradeToHttp2() 481 if (mtlsSession != nullptr) in gracefulClose() 484 mtlsSession->uniqueId); in gracefulClose() 486 mtlsSession); in gracefulClose() 642 ip, res, method, value.base(), mtlsSession); in afterReadHeaders() 967 std::shared_ptr<persistent_data::UserSession> mtlsSession; member in crow::Connection
|
| H A D | http2_connection.hpp | 75 getCachedDateStr(getCachedDateStrF), mtlsSession(mtlsSessionIn) in HTTP2Connection() 329 {}, asyncResp->res, thisReq.method(), thisReq.req, mtlsSession); in onRequestRecv() 694 std::shared_ptr<persistent_data::UserSession> mtlsSession; member in crow::HTTP2Connection
|