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.hpp105 enum class EAuthType : uint8_t enum
229 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType);
348 EAuthType& authType);
H A Dchannel_layer.cpp61 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType) in isValidAuthType()
126 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.cpp91 static_cast<uint8_t>(EAuthType::none);
398 const EAuthType& authType) in isValidAuthType()
400 if ((authType < EAuthType::md2) || (authType > EAuthType::oem)) in isValidAuthType()
678 const uint8_t chNum, const uint8_t priv, EAuthType& authType) in getChannelEnabledAuthType()
699 authType = EAuthType::none; in getChannelEnabledAuthType()