Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_layer.hpp116 enum class EAuthType : uint8_t enum
240 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType);
359 EAuthType& authType);
H A Dchannel_layer.cpp68 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType) in isValidAuthType()
133 EAuthType& authType) in getChannelEnabledAuthType()
H A Dchannel_mgmt.hpp101 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType);
218 EAuthType& authType);
H A Dchannel_mgmt.cpp90 static_cast<uint8_t>(EAuthType::none);
393 const EAuthType& authType) in isValidAuthType()
395 if ((authType < EAuthType::md2) || (authType > EAuthType::oem)) in isValidAuthType()
682 const uint8_t chNum, const uint8_t priv, EAuthType& authType) in getChannelEnabledAuthType()
704 authType = EAuthType::none; in getChannelEnabledAuthType()