Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dauthentication.hpp98 auto sessionOut = in performTokenAuth() local
100 return sessionOut; in performTokenAuth()
113 auto sessionOut = in performXtokenAuth() local
115 return sessionOut; in performXtokenAuth()
150 if (sessionOut == nullptr) in performCookieAuth()
154 sessionOut->cookieAuth = true; in performCookieAuth()
180 return sessionOut; in performCookieAuth()
256 sessionOut = performTLSAuth(res, session); in authenticate()
263 sessionOut = performXtokenAuth(reqHeader); in authenticate()
289 if (sessionOut != nullptr) in authenticate()
[all …]