Searched refs:AUTH_KRB5 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/appl/rsh/
H A Dcommon.c83 if(auth_method == AUTH_KRB5) {
143 if(auth_method == AUTH_KRB5) {
H A Drsh_locl.h132 enum auth_method { AUTH_KRB4, AUTH_KRB5, AUTH_BROKEN }; enumerator in enum:auth_method
H A Drsh.c92 if(auth_method == AUTH_KRB5 && protocol_version == 2)
1060 auth_method = AUTH_KRB5;
H A Drshd.c488 if(auth_method == AUTH_KRB5 && protocol_version == 2)
763 auth_method = AUTH_KRB5;
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dlogin.c136 static enum { NONE = 0, AUTH_KRB4 = 1, AUTH_KRB5 = 2, AUTH_OTP = 3 } auth; enumerator in enum:__anon4550
600 if (auth == AUTH_KRB5) {
681 auth = AUTH_KRB5;

Completed in 60 milliseconds