Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.hpp63 uint8_t nullUsers:1; member
82 uint8_t nullUsers:1; member
H A Dchannel_auth.cpp77 response->nullUsers = 0; // Null usernames disabled in GetChannelCapabilities()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dusercommands.cpp433 constexpr bool nullUsers = false; // Null user names - not supported in ipmiGetChannelAuthenticationCapabilities() local
448 nullUsers, nonNullUsers, userAuth, perMessageAuth, KGStatus, reserved4, in ipmiGetChannelAuthenticationCapabilities()