Home
last modified time | relevance | path

Searched refs:EChannelSessSupported (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp88 static_cast<uint8_t>(EChannelSessSupported::none);
388 EChannelSessSupported ChannelConfig::getChannelSessionSupport( in getChannelSessionSupport()
391 EChannelSessSupported chSessSupport = in getChannelSessionSupport()
392 (EChannelSessSupported)channelData[chNum].chInfo.sessionSupported; in getChannelSessionSupport()
453 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in getChannelAccessData()
482 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in setChannelAccessData()
552 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in getChannelAccessPersistData()
581 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in setChannelAccessPersistData()
685 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in getChannelEnabledAuthType()
763 EChannelSessSupported ChannelConfig::convertToSessionSupportIndex( in convertToSessionSupportIndex()
[all …]
H A Dchannelcommands.cpp56 if ((getChannelSessionSupport(chNum) == EChannelSessSupported::none) || in ipmiSetChannelAccess()
188 if ((getChannelSessionSupport(chNum) == EChannelSessSupported::none) || in ipmiGetChannelAccess()
336 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiGetChannelPayloadSupport()
380 if (getChannelSessionSupport(channel) == EChannelSessSupported::none) in ipmiGetChannelPayloadVersion()
H A Dchannel_layer.hpp82 enum class EChannelSessSupported : uint8_t enum
237 EChannelSessSupported getChannelSessionSupport(const uint8_t chNum);
H A Dusercommands.cpp75 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiSetUserAccess()
148 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiGetUserAccess()
419 if (getChannelSessionSupport(channel) == EChannelSessSupported::none) in ipmiGetChannelAuthenticationCapabilities()
513 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiSetUserPayloadAccess()
598 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiGetUserPayloadAccess()
H A Dchannel_mgmt.hpp129 EChannelSessSupported getChannelSessionSupport(const uint8_t chNum);
373 EChannelSessSupported convertToSessionSupportIndex(
H A Dchannel_layer.cpp66 EChannelSessSupported getChannelSessionSupport(const uint8_t chNum) in getChannelSessionSupport()
/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp42 (ipmi::EChannelSessSupported::none == in GetChannelCapabilities()
262 ipmi::EChannelSessSupported::none) || in getChannelCipherSuites()
/openbmc/phosphor-host-ipmid/app/
H A Dchannel.cpp159 ipmi::EChannelSessSupported::none) || in getChannelCipherSuites()
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp1231 EChannelSessSupported::none) in getLan()
1245 EChannelSessSupported::none) in getLan()
H A Dipmid-new.cpp522 if (getChannelSessionSupport(channel) != EChannelSessSupported::none) in executionEntry()