Home
last modified time | relevance | path

Searched refs:authtype (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/ipmitool/src/plugins/lan/
H A Dlan.c487 rsp->session.authtype = rsp->data[x++]; in ipmi_lan_poll_recv()
553 if (intf->session->active && (rsp->session.authtype || intf->session->authtype)) in ipmi_lan_poll_recv()
747 if (s->active && s->authtype) in ipmi_lan_build_cmd()
763 msg[len++] = s->active ? s->authtype : 0; in ipmi_lan_build_cmd()
773 if (s->active && s->authtype) { in ipmi_lan_build_cmd()
877 switch (s->authtype) { in ipmi_lan_build_cmd()
1021 msg[len++] = s->active ? s->authtype : 0; in ipmi_lan_build_rsp()
1034 if (s->active && s->authtype) { in ipmi_lan_build_rsp()
1069 switch (s->authtype) { in ipmi_lan_build_rsp()
1702 msg_data[0] = s->authtype; in ipmi_get_session_challenge_cmd()
[all …]
/openbmc/ipmitool/src/
H A Dipmishell.c326 int authtype; in ipmi_set_main() local
327 authtype = str2val(argv[1], ipmi_authtype_session_vals); in ipmi_set_main()
328 if (authtype == 0xFF) { in ipmi_set_main()
333 ipmi_intf_session_set_authtype(intf, authtype); in ipmi_set_main()
/openbmc/ipmitool/lib/
H A Dipmi_main.c387 int authtype = -1; in ipmi_main() local
717 authtype = str2val(optarg, ipmi_authtype_session_vals); in ipmi_main()
821 (authtype != IPMI_SESSION_AUTHTYPE_NONE || authtype < 0)) { in ipmi_main()
890 if (authtype >= 0) in ipmi_main()
891 ipmi_intf_session_set_authtype(ipmi_main_intf, (uint8_t)authtype); in ipmi_main()
H A Dipmi_lanp.c871 uint8_t authtype = 0; in ipmi_lan_set_auth() local
893 authtype |= 1 << IPMI_SESSION_AUTHTYPE_NONE; in ipmi_lan_set_auth()
895 authtype |= 1 << IPMI_SESSION_AUTHTYPE_MD2; in ipmi_lan_set_auth()
897 authtype |= 1 << IPMI_SESSION_AUTHTYPE_MD5; in ipmi_lan_set_auth()
900 authtype |= 1 << IPMI_SESSION_AUTHTYPE_KEY; in ipmi_lan_set_auth()
902 authtype |= 1 << IPMI_SESSION_AUTHTYPE_OEM; in ipmi_lan_set_auth()
913 data[0] = authtype; in ipmi_lan_set_auth()
915 data[1] = authtype; in ipmi_lan_set_auth()
917 data[2] = authtype; in ipmi_lan_set_auth()
919 data[3] = authtype; in ipmi_lan_set_auth()
H A Dipmi_sol.c1268 (rsp->session.authtype == IPMI_SESSION_AUTHTYPE_RMCP_PLUS) && in output()
1467 if ((rsp->session.authtype == IPMI_SESSION_AUTHTYPE_RMCP_PLUS) && in processSolUserInput()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_intf.h95 uint8_t authtype; member
221 void ipmi_intf_session_set_authtype(struct ipmi_intf * intf, uint8_t authtype);
H A Dipmi.h173 uint8_t authtype; member
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_Service_Validator.robot17 ... --ip https://${OPENBMC_HOST}:${HTTPS_PORT} --authtype=Session -u ${OPENBMC_USERN…
67 ... --ip https://${OPENBMC_HOST}:${HTTPS_PORT} --authtype=Session -u ${username}
H A DRedfish_Interop_Validator.robot18 ... --authtype=Session
/openbmc/ipmitool/src/plugins/
H A Dipmi_intf.c290 ipmi_intf_session_set_authtype(struct ipmi_intf * intf, uint8_t authtype) in ipmi_intf_session_set_authtype() argument
293 if (authtype == IPMI_SESSION_AUTHTYPE_NONE) { in ipmi_intf_session_set_authtype()
298 intf->ssn_params.authtype_set = authtype; in ipmi_intf_session_set_authtype()
/openbmc/linux/fs/smb/client/
H A Dcifs_swn.c80 enum securityEnum authtype; in cifs_swn_send_register_message() local
141 authtype = cifs_select_sectype(swnreg->tcon->ses->server, swnreg->tcon->ses->sectype); in cifs_swn_send_register_message()
142 switch (authtype) { in cifs_swn_send_register_message()
159 cifs_dbg(VFS, "%s: secType %d not supported!\n", __func__, authtype); in cifs_swn_send_register_message()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A Dfix_disable_ldap.patch43 int authtype_requires_creds(const char *authtype);
/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus.c671 (rsp->session.authtype == IPMI_SESSION_AUTHTYPE_RMCP_PLUS) && in ipmi_lan_poll_single()
698 val2str(rsp->session.authtype, ipmi_authtype_session_vals)); in ipmi_lan_poll_single()
1114 rsp->session.authtype = rsp->data[*offset]; in read_session_data()
1116 if (rsp->session.authtype == IPMI_SESSION_AUTHTYPE_RMCP_PLUS) in read_session_data()
1148 rsp->session.authtype = rsp->data[(*offset)++]; in read_session_data_v2x()
1218 rsp->session.authtype = rsp->data[(*offset)++]; in read_session_data_v15()
2071 (rsp->session.authtype == IPMI_SESSION_AUTHTYPE_RMCP_PLUS) && in is_sol_packet()
2506 (rsp->session.authtype == IPMI_SESSION_AUTHTYPE_RMCP_PLUS) && in check_sol_packet_for_new_data()
2564 (rsp->session.authtype == IPMI_SESSION_AUTHTYPE_RMCP_PLUS) && in ack_sol_packet()
2605 if (rsp && rsp->session.authtype != 0) in ipmi_lanplus_recv_sol()
H A Dlanplus_crypt.c808 if ((rs->session.authtype != IPMI_SESSION_AUTHTYPE_RMCP_PLUS) || in lanplus_has_valid_auth_code()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_nego.c132 unsigned char *authtype) in iscsi_handle_authentication() argument
140 if (strstr("CHAP", authtype)) in iscsi_handle_authentication()
145 if (strstr("None", authtype)) in iscsi_handle_authentication()
147 else if (strstr("CHAP", authtype)) in iscsi_handle_authentication()
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan_if.h86 enum authtype { enum
H A Dhif.h108 enum authtype auth_type;
H A Dcfg80211.c311 enum authtype auth_type = WILC_FW_AUTH_ANY; in connect()
/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211metastruct.h187 struct p80211item_uint32 authtype; member
H A Dcfg80211.c464 msg_join.authtype.data = P80211ENUM_authalg_opensystem; in prism2_connect()
467 msg_join.authtype.data = P80211ENUM_authalg_sharedkey; in prism2_connect()
H A Dprism2mgmt.c1028 if (msg->authtype.data == P80211ENUM_authalg_sharedkey) in prism2mgmt_autojoin()
/openbmc/ipmitool/
H A DREADME256 -A authtype Force use of authtype NONE, PASSWORD, MD2 or MD5
338 authtype <type> Authentication type force
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dhost.h512 u8 authtype; member
H A Dcfg.c1092 cmd.authtype = ret; in lbs_set_authtype()
/openbmc/ipmitool/control/
H A Dipmitool.spec.in236 - Fix IPMIv1.5 authtype NONE to ignore supplied password

12