Searched defs:KRB5_RECVAUTH_V5 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c417 #define KRB5_RECVAUTH_V5 5 macro
H A Din.rlogind.c72 #define KRB5_RECVAUTH_V5 5 macro
109 #define KRB5_RECVAUTH_V5 5 macro
208 use_auth = KRB5_RECVAUTH_V5;
249 if (use_auth == KRB5_RECVAUTH_V5) {
428 if (*auth_type == KRB5_RECVAUTH_V5) {
461 if ((*auth_type == KRB5_RECVAUTH_V5) && chksum_flag &&
664 if (auth_sys != KRB5_RECVAUTH_V5) {
671 auth_sent = KRB5_RECVAUTH_V5;
674 if (auth_sent == KRB5_RECVAUTH_V5 &&
922 *auth_sys = KRB5_RECVAUTH_V5;
[all...]

Completed in 47 milliseconds