Searched refs:authType (Results 1 – 8 of 8) sorted by relevance
| /openbmc/phosphor-host-ipmid/user_channel/ |
| H A D | channel_layer.cpp | 68 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 D | channel_layer.hpp | 240 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType); 359 EAuthType& authType);
|
| H A D | channel_mgmt.hpp | 101 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType); 218 EAuthType& authType);
|
| H A D | channel_mgmt.cpp | 393 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 D | message_parsers.hpp | 69 uint8_t authType:4; member 98 SessionHeader authType,
|
| H A D | message_parsers.cpp | 70 SessionHeader authType, in flatten() argument 74 switch (authType) in flatten()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | account_service.hpp | 962 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 D | user_mgr.cpp | 1511 auto authType = in load() local 1514 if (authType) in load() 1516 enabled(*authType, true); in load()
|