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.cpp126 Cc getChannelAuthTypeSupported(const uint8_t chNum, uint8_t& authTypeSupported) in getChannelAuthTypeSupported() argument
129 chNum, authTypeSupported); in getChannelAuthTypeSupported()
H A Dchannel_layer.hpp198 uint8_t authTypeSupported; member
348 Cc getChannelAuthTypeSupported(const uint8_t chNum, uint8_t& authTypeSupported);
H A Dchannel_mgmt.cpp401 uint8_t authTypeSupported = channelData[chNum].chInfo.authTypeSupported; in isValidAuthType() local
402 if (!(authTypeSupported & (1 << static_cast<uint8_t>(authType)))) in isValidAuthType()
667 uint8_t& authTypeSupported) in getChannelAuthTypeSupported() argument
677 authTypeSupported = channelData[chNum].chInfo.authTypeSupported; in getChannelAuthTypeSupported()
881 channelData[chNum].chInfo.authTypeSupported = defaultAuthType; in setDefaultChannelConfig()
998 chData.chInfo.authTypeSupported = defaultAuthType; in loadChannelConfig()
H A Dchannel_mgmt.hpp207 uint8_t& authTypeSupported);