Home
last modified time | relevance | path

Searched refs:authTypeSupported (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_layer.cpp119 Cc getChannelAuthTypeSupported(const uint8_t chNum, uint8_t& authTypeSupported) in getChannelAuthTypeSupported() argument
122 chNum, authTypeSupported); in getChannelAuthTypeSupported()
H A Dchannel_layer.hpp187 uint8_t authTypeSupported; member
337 Cc getChannelAuthTypeSupported(const uint8_t chNum, uint8_t& authTypeSupported);
H A Dchannel_mgmt.cpp405 uint8_t authTypeSupported = channelData[chNum].chInfo.authTypeSupported; in isValidAuthType() local
406 if (!(authTypeSupported & (1 << static_cast<uint8_t>(authType)))) in isValidAuthType()
664 uint8_t& authTypeSupported) in getChannelAuthTypeSupported() argument
672 authTypeSupported = channelData[chNum].chInfo.authTypeSupported; in getChannelAuthTypeSupported()
875 channelData[chNum].chInfo.authTypeSupported = defaultAuthType; in setDefaultChannelConfig()
992 chData.chInfo.authTypeSupported = defaultAuthType; in loadChannelConfig()
H A Dchannel_mgmt.hpp202 * @param[out] authTypeSupported - supported authentication type
207 uint8_t& authTypeSupported);