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.cpp160 forceAuth = std::get<bool>(properties["ForceAuthentication"]); in updateSOLParameter()
316 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.cpp1433 bool forceAuth = false; in setSolConfParams() local
1436 if (req.unpack(privilegeBits, reserved2, forceAuth, forceEncrypt) != in setSolConfParams()
1465 forceAuth)) in setSolConfParams()
1600 bool forceAuth = false; in getSolConfParams() local
1611 forceAuth)) in getSolConfParams()
1622 ret.pack(uint4_t{privilege}, uint2_t{}, forceAuth, forceEncrypt); in getSolConfParams()