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

/freebsd-11-stable/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) {
135 if(auth_method == AUTH_KRB5) {
H A Drsh.c37 enum auth_method auth_method; variable in typeref:enum:auth_method
85 if(auth_method == AUTH_KRB5 && protocol_version == 2)
995 auth_method = AUTH_KRB5;
1022 auth_method = AUTH_BROKEN;
H A Drshd.c47 enum auth_method auth_method; variable in typeref:enum:auth_method
420 if(auth_method == AUTH_KRB5 && protocol_version == 2)
686 auth_method = AUTH_KRB5;
698 auth_method = AUTH_BROKEN;
/freebsd-11-stable/crypto/openssh/
H A Dmonitor.c177 static char *auth_method = "unknown"; variable
309 auth_method = "unknown";
317 auth_method, auth_submethod)) {
319 auth_method);
330 !auth_root_allowed(auth_method))
347 auth_method, auth_submethod);
355 if (strcmp(auth_method, "unknown") == 0)
846 auth_method = "none";
848 auth_method = "password";
911 auth_method
[all...]
/freebsd-11-stable/usr.sbin/iscsid/
H A Dlogin.c758 const char *auth_method; local
843 auth_method = keys_find(response_keys, "AuthMethod");
844 if (auth_method == NULL)
846 if (strcmp(auth_method, "None") == 0) {
859 if (strcmp(auth_method, "CHAP") != 0) {
862 "with unsupported AuthMethod \"%s\"", auth_method);
/freebsd-11-stable/usr.bin/iscsictl/
H A Dparse.y115 auth_method
204 auth_method: AUTH_METHOD EQUALS STR label
/freebsd-11-stable/usr.sbin/ctld/
H A Dlogin.c788 *target_name, *auth_method; local
948 auth_method = keys_find(request_keys, "AuthMethod");
951 if (auth_method == NULL ||
952 login_list_contains(auth_method, "None")) {
957 auth_method);
964 if (auth_method == NULL ||
965 login_list_contains(auth_method, "CHAP")) {
970 auth_method);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dikev2.c588 u8 auth_method; local
601 auth_method = auth[0];
605 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method);
610 return ikev2_process_auth_cert(data, auth_method, auth,
613 return ikev2_process_auth_secret(data, auth_method, auth,
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Dikev2.c654 u8 auth_method; local
667 auth_method = auth[0];
671 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method);
676 return ikev2_process_auth_cert(data, auth_method, auth,
679 return ikev2_process_auth_secret(data, auth_method, auth,
H A Deap_server_peap.c794 goto auth_method;
898 auth_method:
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h534 u8 auth_method; member in struct:ecore_mfw_tlv_iscsi
H A Decore_mng_tlv.c1164 p_buf->p_val = (u8 *)&p_drv_buf->auth_method;
1165 return sizeof(p_drv_buf->auth_method);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-isakmp.c434 uint8_t auth_method; /* Protocol-ID */ member in struct:ikev2_auth
2324 STR_OR_ID(a.auth_method, v2_auth)));

Completed in 280 milliseconds