Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/sol/
H A Dsol_manager.cpp158 forceAuth = std::get<bool>(properties["ForceAuthentication"]); in updateSOLParameter()
314 sol::Manager::get().forceAuth = std::get<bool>(prop.second); in procSolConfChange()
H A Dsol_manager.hpp122 bool forceAuth = true; member in sol::Manager
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp1435 bool forceAuth = false; in setSolConfParams() local
1438 if (req.unpack(privilegeBits, reserved2, forceAuth, forceEncrypt) != in setSolConfParams()
1467 forceAuth)) in setSolConfParams()
1602 bool forceAuth = false; in getSolConfParams() local
1613 forceAuth)) in getSolConfParams()
1624 ret.pack(uint4_t{privilege}, uint2_t{}, forceAuth, forceEncrypt); in getSolConfParams()