Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp100 mtlsSession = verifyMtlsUser(ip, ctx); in tlsVerifyCallback()
101 if (mtlsSession) in tlsVerifyCallback()
104 mtlsSession->uniqueId); in tlsVerifyCallback()
347 if (mtlsSession != nullptr) in hardClose()
350 mtlsSession->uniqueId); in hardClose()
352 mtlsSession); in hardClose()
536 ip, res, method, parser->get().base(), mtlsSession); in afterReadHeaders()
788 std::shared_ptr<persistent_data::UserSession> mtlsSession; member in crow::Connection