Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/crypto/openssh/
H A Dmonitor.c161 static char *auth_method = "unknown"; variable
294 auth_method = "unknown"; in monitor_child_preauth()
337 auth_method, auth_submethod); in monitor_child_preauth()
342 auth_method, auth_submethod); in monitor_child_preauth()
908 auth_method = "none"; in mm_answer_authpassword()
910 auth_method = "password"; in mm_answer_authpassword()
1172 auth_method = "publickey"; in mm_answer_keyallowed()
1184 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-14.2/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-14.2/usr.sbin/iscsid/
H A Dlogin.c777 const char *auth_method; in login() local
863 auth_method = keys_find(response_keys, "AuthMethod"); in login()
864 if (auth_method == NULL) in login()
866 if (strcmp(auth_method, "None") == 0) { in login()
879 if (strcmp(auth_method, "CHAP") != 0) { in login()
882 "with unsupported AuthMethod \"%s\"", auth_method); in login()
/freebsd-14.2/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-14.2/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-14.2/usr.bin/iscsictl/
H A Dparse.y115 auth_method
212 auth_method: AUTH_METHOD EQUALS STR
/freebsd-14.2/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-14.2/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()