Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_layer.cpp61 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType) in isValidAuthType() argument
63 return getChannelConfigObject().isValidAuthType(chNum, authType); in isValidAuthType()
126 EAuthType& authType) in getChannelEnabledAuthType() argument
129 chNum, priv, authType); in getChannelEnabledAuthType()
H A Dchannel_layer.hpp229 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType);
348 EAuthType& authType);
H A Dchannel_mgmt.hpp97 * @param[in] authType - authentication type
101 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType);
213 * @param[out] authType - enabled authentication type
218 EAuthType& authType);
H A Dchannel_mgmt.cpp397 const EAuthType& authType) in isValidAuthType() argument
399 if ((authType < EAuthType::md2) || (authType > EAuthType::oem)) in isValidAuthType()
406 if (!(authTypeSupported & (1 << static_cast<uint8_t>(authType)))) in isValidAuthType()
677 const uint8_t chNum, const uint8_t priv, EAuthType& authType) in getChannelEnabledAuthType() argument
698 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.hpp958 std::optional<std::string> authType; member
991 if (input.authType && *input.authType != "UsernameAndPassword") in handleLDAPPatch()
993 messages::propertyValueNotInList(asyncResp->res, *input.authType, in handleLDAPPatch()
1582 activeDirectoryObject.authType, // in handleAccountServicePatch()
1600 "LDAP/Authentication/AuthenticationType", ldapObject.authType, // in handleAccountServicePatch()
/openbmc/linux/drivers/net/wireless/cisco/
H A Dairo.c591 __le16 authType; member
1818 if (ai->config.authType != AUTH_OPEN && maxencrypt) { in checkThrottle()
3812 local->config.authType = auth_type; in set_auth_type()
5108 ai->config.authType == AUTH_ENCRYPT ? "encrypt" : in proc_config_open()
5109 ai->config.authType == AUTH_SHAREDKEY ? "shared" : "open", in proc_config_open()
5568 switch(apriv->config.authType) { in timer_func()
5571 apriv->config.authType = AUTH_OPEN; in timer_func()
5576 apriv->config.authType = AUTH_SHAREDKEY; in timer_func()
5582 apriv->config.authType = AUTH_ENCRYPT; in timer_func()
5586 apriv->config.authType = AUTH_SHAREDKEY; in timer_func()
[all …]
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp1487 auto authType = in load() local
1490 if (authType) in load()
1492 enabled(*authType, true); in load()