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

/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dlocal_passwd.c64 #ifdef AUTH_NONE /* multiple defs :-( */
65 #undef AUTH_NONE macro
/freebsd-11-stable/include/rpc/
H A Dauth.h114 #define AUTH_F_TRYNONE 0x002 /* allow fall back to AUTH_NONE */
351 #define AUTH_NONE 0 /* no authentication */ macro
/freebsd-11-stable/sys/rpc/
H A Dauth.h114 #define AUTH_F_TRYNONE 0x002 /* allow fall back to AUTH_NONE */
347 #define AUTH_NONE 0 /* no authentication */ macro
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c82 case AUTH_NONE:
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c47 : (y) == AUTH_OK || (y) == AUTH_NONE)
52 AUTH_NONE, /* authentication not required */ enumerator in enum:auth_state
632 auth_code is_authentic = AUTH_UNKNOWN; /* Was AUTH_NONE */
1009 is_authentic = AUTH_NONE; /* not required */
1041 is_authentic = AUTH_NONE;
2182 || is_authentic == AUTH_NONE) {

Completed in 95 milliseconds