Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dauthentication.hpp120 const boost::beast::http::header<true>& reqHeader) in performXtokenAuth() argument
124 std::string_view token = reqHeader["X-Auth-Token"]; in performXtokenAuth()
136 const boost::beast::http::header<true>& reqHeader) in performCookieAuth() argument
140 reqHeader.equal_range(boost::beast::http::field::cookie); in performCookieAuth()
177 std::string_view csrf = reqHeader["X-XSRF-TOKEN"]; in performCookieAuth()
260 const boost::beast::http::header<true>& reqHeader, in authenticate() argument
279 sessionOut = performXtokenAuth(reqHeader); in authenticate()
286 sessionOut = performCookieAuth(method, reqHeader); in authenticate()
289 std::string_view authHeader = reqHeader["Authorization"]; in authenticate()
/openbmc/phosphor-net-ipmid/
H A Dmessage.hpp212 auto reqHeader = in createResponse() local
218 respHeader->rqaddr = reqHeader->rqaddr; in createResponse()
219 respHeader->netfn = reqHeader->netfn | 0x04; in createResponse()
221 respHeader->rsaddr = reqHeader->rsaddr; in createResponse()
222 respHeader->rqseq = reqHeader->rqseq; in createResponse()
223 respHeader->cmd = reqHeader->cmd; in createResponse()