Home
last modified time | relevance | path

Searched refs:authType (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_layer.cpp68 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType) in isValidAuthType() argument
70 return getChannelConfigObject().isValidAuthType(chNum, authType); in isValidAuthType()
133 EAuthType& authType) in getChannelEnabledAuthType() argument
136 chNum, priv, authType); in getChannelEnabledAuthType()
H A Dchannel_layer.hpp240 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType);
359 EAuthType& authType);
H A Dchannel_mgmt.hpp101 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType);
218 EAuthType& authType);
H A Dchannel_mgmt.cpp393 const EAuthType& authType) in isValidAuthType() argument
395 if ((authType < EAuthType::md2) || (authType > EAuthType::oem)) in isValidAuthType()
402 if (!(authTypeSupported & (1 << static_cast<uint8_t>(authType)))) in isValidAuthType()
682 const uint8_t chNum, const uint8_t priv, EAuthType& authType) in getChannelEnabledAuthType() argument
704 authType = EAuthType::none; in getChannelEnabledAuthType()
/openbmc/phosphor-net-ipmid/
H A Dmessage_parsers.hpp69 uint8_t authType:4; member
98 SessionHeader authType,
H A Dmessage_parsers.cpp70 SessionHeader authType, in flatten() argument
74 switch (authType) in flatten()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp962 std::optional<std::string> authType; member
995 if (input.authType && *input.authType != "UsernameAndPassword") in handleLDAPPatch()
997 messages::propertyValueNotInList(asyncResp->res, *input.authType, in handleLDAPPatch()
1579 activeDirectoryObject.authType, // in handleAccountServicePatch()
1597 "LDAP/Authentication/AuthenticationType", ldapObject.authType, // in handleAccountServicePatch()
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp1511 auto authType = in load() local
1514 if (authType) in load()
1516 enabled(*authType, true); in load()