Home
last modified time | relevance | path

Searched refs:auth_method (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/heimdal/appl/rsh/
H A Drsh_locl.h133 enum auth_method { AUTH_KRB5, AUTH_BROKEN }; enum
135 extern enum auth_method auth_method;
H A Dcommon.c78 if(auth_method == AUTH_KRB5) { in do_read()
135 if(auth_method == AUTH_KRB5) { in do_write()
H A Drsh.c37 enum auth_method auth_method; variable
85 if(auth_method == AUTH_KRB5 && protocol_version == 2) in rsh_loop()
995 auth_method = AUTH_KRB5; in main()
1022 auth_method = AUTH_BROKEN; in main()
H A Drshd.c47 enum auth_method auth_method; variable
420 if(auth_method == AUTH_KRB5 && protocol_version == 2) in rshd_loop()
686 auth_method = AUTH_KRB5; in doit()
698 auth_method = AUTH_BROKEN; in doit()
/freebsd/crypto/openssh/
H A Dmonitor.c160 static char *auth_method = "unknown"; variable
294 auth_method = "unknown"; in monitor_child_preauth()
309 auth_method, auth_submethod)) { in monitor_child_preauth()
310 debug3_f("method %s: partial", auth_method); in monitor_child_preauth()
321 !auth_root_allowed(ssh, auth_method)) in monitor_child_preauth()
341 auth_method, auth_submethod); in monitor_child_preauth()
346 auth_method, auth_submethod); in monitor_child_preauth()
358 if (strcmp(auth_method, "unknown") == 0) in monitor_child_preauth()
933 auth_method = "none"; in mm_answer_authpassword()
935 auth_method = "password"; in mm_answer_authpassword()
[all …]
/freebsd/usr.sbin/iscsid/
H A Dlogin.c776 const char *auth_method; in login() local
862 auth_method = keys_find(response_keys, "AuthMethod"); in login()
863 if (auth_method == NULL) in login()
865 if (strcmp(auth_method, "None") == 0) { in login()
878 if (strcmp(auth_method, "CHAP") != 0) { in login()
881 "with unsupported AuthMethod \"%s\"", auth_method); in login()
/freebsd/usr.sbin/ctld/
H A Dlogin.c904 *target_name, *auth_method; in login() local
1064 auth_method = keys_find(request_keys, "AuthMethod"); in login()
1067 if (auth_method == NULL || in login()
1068 login_list_contains(auth_method, "None")) { in login()
1073 auth_method); in login()
1080 if (auth_method == NULL || in login()
1081 login_list_contains(auth_method, "CHAP")) { in login()
1086 auth_method); in login()
/freebsd/contrib/wpa/src/eap_peer/
H A Dikev2.c590 u8 auth_method; in ikev2_process_auth() local
603 auth_method = auth[0]; in ikev2_process_auth()
607 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method); in ikev2_process_auth()
612 return ikev2_process_auth_cert(data, auth_method, auth, in ikev2_process_auth()
615 return ikev2_process_auth_secret(data, auth_method, auth, in ikev2_process_auth()
/freebsd/contrib/wpa/src/eap_server/
H A Dikev2.c654 u8 auth_method; in ikev2_process_auth() local
667 auth_method = auth[0]; in ikev2_process_auth()
671 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method); in ikev2_process_auth()
676 return ikev2_process_auth_cert(data, auth_method, auth, in ikev2_process_auth()
679 return ikev2_process_auth_secret(data, auth_method, auth, in ikev2_process_auth()
H A Deap_server_peap.c843 goto auth_method; in eap_peap_process_phase2_soh()
947 auth_method: in eap_peap_process_phase2_soh()
/freebsd/usr.bin/iscsictl/
H A Dparse.y115 auth_method
212 auth_method: AUTH_METHOD EQUALS STR
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mng_tlv.c1161 p_buf->p_val = (u8 *)&p_drv_buf->auth_method; in ecore_mfw_get_iscsi_tlv_value()
1162 return sizeof(p_drv_buf->auth_method); in ecore_mfw_get_iscsi_tlv_value()
H A Decore_mcp_api.h532 u8 auth_method; member
/freebsd/contrib/tcpdump/
H A Dprint-isakmp.c415 nd_uint8_t auth_method; /* Protocol-ID */ member
2315 STR_OR_ID(GET_U_1(p->auth_method), v2_auth)); in ikev2_auth_print()