/freebsd/crypto/heimdal/appl/rsh/ |
H A D | rsh_locl.h | 133 enum auth_method { AUTH_KRB5, AUTH_BROKEN }; enum 135 extern enum auth_method auth_method;
|
H A D | common.c | 78 if(auth_method == AUTH_KRB5) { in do_read() 135 if(auth_method == AUTH_KRB5) { in do_write()
|
H A D | rsh.c | 37 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 D | rshd.c | 47 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 D | monitor.c | 160 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 D | login.c | 776 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 D | login.c | 904 *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 D | ikev2.c | 590 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 D | ikev2.c | 654 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 D | eap_server_peap.c | 843 goto auth_method; in eap_peap_process_phase2_soh() 947 auth_method: in eap_peap_process_phase2_soh()
|
/freebsd/usr.bin/iscsictl/ |
H A D | parse.y | 115 auth_method 212 auth_method: AUTH_METHOD EQUALS STR
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_mng_tlv.c | 1161 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 D | ecore_mcp_api.h | 532 u8 auth_method; member
|
/freebsd/contrib/tcpdump/ |
H A D | print-isakmp.c | 415 nd_uint8_t auth_method; /* Protocol-ID */ member 2315 STR_OR_ID(GET_U_1(p->auth_method), v2_auth)); in ikev2_auth_print()
|