Searched refs:authType (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | channel_layer.cpp | 61 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 D | channel_layer.hpp | 229 bool isValidAuthType(const uint8_t chNum, const EAuthType& authType); 348 EAuthType& authType);
|
H A D | channel_mgmt.hpp | 97 * @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 D | channel_mgmt.cpp | 397 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 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 | 958 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 D | airo.c | 591 __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 D | user_mgr.cpp | 1487 auto authType = in load() local 1490 if (authType) in load() 1492 enabled(*authType, true); in load()
|