Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/crypto/openssh/
H A Dmonitor.c169 static char *auth_method = "unknown"; variable
302 auth_method = "unknown"; in monitor_child_preauth()
314 auth_method); in monitor_child_preauth()
345 auth_method, auth_submethod); in monitor_child_preauth()
918 auth_method = "none"; in mm_answer_authpassword()
920 auth_method = "password"; in mm_answer_authpassword()
1186 auth_method = "publickey"; in mm_answer_keyallowed()
1198 auth_method = "hostbased"; in mm_answer_keyallowed()
1427 auth_method = "publickey"; in mm_answer_keyverify()
1432 auth_method = "hostbased"; in mm_answer_keyverify()
[all …]
/freebsd-12.1/usr.sbin/ctld/
H A Dlogin.c844 *target_name, *auth_method; in login() local
1004 auth_method = keys_find(request_keys, "AuthMethod"); in login()
1007 if (auth_method == NULL || in login()
1008 login_list_contains(auth_method, "None")) { in login()
1013 auth_method); in login()
1020 if (auth_method == NULL || in login()
1021 login_list_contains(auth_method, "CHAP")) { in login()
1026 auth_method); in login()
/freebsd-12.1/usr.sbin/iscsid/
H A Dlogin.c771 const char *auth_method; in login() local
856 auth_method = keys_find(response_keys, "AuthMethod"); in login()
857 if (auth_method == NULL) in login()
859 if (strcmp(auth_method, "None") == 0) { in login()
872 if (strcmp(auth_method, "CHAP") != 0) { in login()
875 "with unsupported AuthMethod \"%s\"", auth_method); in login()
/freebsd-12.1/usr.bin/iscsictl/
H A Dparse.y115 auth_method
204 auth_method: AUTH_METHOD EQUALS STR
/freebsd-12.1/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.c794 goto auth_method; in eap_peap_process_phase2_soh()
898 auth_method: in eap_peap_process_phase2_soh()
/freebsd-12.1/contrib/wpa/src/eap_peer/
H A Dikev2.c588 u8 auth_method; in ikev2_process_auth() local
601 auth_method = auth[0]; in ikev2_process_auth()
605 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method); in ikev2_process_auth()
610 return ikev2_process_auth_cert(data, auth_method, auth, in ikev2_process_auth()
613 return ikev2_process_auth_secret(data, auth_method, auth, in ikev2_process_auth()
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_mng_tlv.c1164 p_buf->p_val = (u8 *)&p_drv_buf->auth_method; in ecore_mfw_get_iscsi_tlv_value()
1165 return sizeof(p_drv_buf->auth_method); in ecore_mfw_get_iscsi_tlv_value()
H A Decore_mcp_api.h534 u8 auth_method; member
/freebsd-12.1/contrib/tcpdump/
H A Dprint-isakmp.c434 uint8_t auth_method; /* Protocol-ID */ member
2323 STR_OR_ID(a.auth_method, v2_auth))); in ikev2_auth_print()