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

/freebsd-9.3-release/crypto/heimdal/appl/rsh/
H A Drsh_locl.h132 enum auth_method { AUTH_KRB4, AUTH_KRB5, AUTH_BROKEN }; enum
134 extern enum auth_method auth_method;
H A Dcommon.c78 if (auth_method == AUTH_KRB4) {
83 if(auth_method == AUTH_KRB5) {
138 if(auth_method == AUTH_KRB4) {
143 if(auth_method == AUTH_KRB5) {
H A Drsh.c37 enum auth_method auth_method; variable in typeref:enum:auth_method
92 if(auth_method == AUTH_KRB5 && protocol_version == 2)
1060 auth_method = AUTH_KRB5;
1093 auth_method = AUTH_KRB4;
1114 auth_method = AUTH_BROKEN;
H A Drshd.c47 enum auth_method auth_method; variable in typeref:enum:auth_method
488 if(auth_method == AUTH_KRB5 && protocol_version == 2)
754 auth_method = AUTH_KRB4;
763 auth_method = AUTH_KRB5;
775 auth_method = AUTH_BROKEN;
/freebsd-9.3-release/crypto/openssh/
H A Dmonitor.c196 static char *auth_method = "unknown"; variable
372 auth_method = "unknown";
383 auth_method, auth_submethod)) {
385 auth_method);
396 !auth_root_allowed(auth_method))
413 auth_method, auth_submethod);
421 if (strcmp(auth_method, "unknown") == 0)
872 auth_method = "none";
874 auth_method = "password";
934 auth_method
[all...]
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Dikev2.c628 u8 auth_method; local
641 auth_method = auth[0];
645 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method);
650 return ikev2_process_auth_cert(data, auth_method, auth,
653 return ikev2_process_auth_secret(data, auth_method, auth,
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Dikev2.c660 u8 auth_method; local
673 auth_method = auth[0];
677 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method);
682 return ikev2_process_auth_cert(data, auth_method, auth,
685 return ikev2_process_auth_secret(data, auth_method, auth,
H A Deap_server_peap.c779 goto auth_method;
883 auth_method:
/freebsd-9.3-release/contrib/tcpdump/
H A Disakmp.h491 u_int8_t auth_method; /* Protocol-ID */
490 u_int8_t auth_method; /* Protocol-ID */ member in struct:ikev2_auth
H A Dprint-isakmp.c1715 STR_OR_ID(a.auth_method, v2_auth)));

Completed in 207 milliseconds