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.cpp62 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType) in isValidAuthType() function
64 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.cpp401 bool ChannelConfig::isValidAuthType(const uint8_t chNum, in isValidAuthType() function in ipmi::ChannelConfig