Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.hpp66 uint8_t userAuth:1; // User level authentication status member
78 uint8_t userAuth:1; // User level authentication status member
H A Dchannel_auth.cpp70 response->userAuth = 0; // User Level Authentication is enabled in GetChannelCapabilities()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dusercommands.cpp432 constexpr bool userAuth = false; // User authentication - enabled in ipmiGetChannelAuthenticationCapabilities() local
448 nullUsers, nonNullUsers, userAuth, perMessageAuth, KGStatus, reserved4, in ipmiGetChannelAuthenticationCapabilities()