Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_layer.cpp61 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType) in isValidAuthType() function
63 return getChannelConfigObject().isValidAuthType(chNum, authType); in isValidAuthType()
H A Dchannel_layer.hpp229 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType);
H A Dchannel_mgmt.hpp101 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType);
H A Dchannel_mgmt.cpp397 bool ChannelConfig::isValidAuthType(const uint8_t chNum, in isValidAuthType() function in ipmi::ChannelConfig