Home
last modified time | relevance | path

Searched refs:AUTH_OK (Results 1 – 18 of 18) sorted by relevance

/freebsd-src/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c79 return(AUTH_OK); in yp_checkauth()
105 if (astat != AUTH_OK) { in ypu_change_1_svc()
139 if (astat != AUTH_OK) { in ypu_insert_1_svc()
173 if (astat != AUTH_OK) { in ypu_delete_1_svc()
207 if (astat != AUTH_OK) { in ypu_store_1_svc()
/freebsd-src/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h77 #define AUTH_OK 0 macro
H A Dgssapi.c496 return AUTH_OK; in gss_auth()
H A Dsecurity.c846 else if(ret != AUTH_OK){ in sec_login()
/freebsd-src/sys/rpc/
H A Dsvc_auth_unix.c119 stat = AUTH_OK; in _svcauth_unix()
H A Dsvc_auth.c61 * the raw form of credentials and verifiers. authenticate returns AUTH_OK
62 * if the msg is successfully authenticated. If AUTH_OK then the routine also
154 return (AUTH_OK); in _svcauth_null()
H A Dauth.h118 AUTH_OK=0, enumerator
H A Dsvc.c975 if ((why = _authenticate(r, &msg)) != AUTH_OK) { in svc_getreq()
/freebsd-src/lib/libc/rpc/
H A Dsvc_auth.c162 return (AUTH_OK); in _svcauth_null()
H A Dsvc_auth_unix.c130 stat = AUTH_OK; in _svcauth_unix()
H A Dsvc_auth_des.c344 return (AUTH_OK); /* we made it!*/ in _svcauth_des()
H A Dsvc.c645 if ((why = _authenticate(&r, &msg)) != AUTH_OK) { in svc_getreq_common()
/freebsd-src/include/rpc/
H A Dauth.h118 AUTH_OK=0, enumerator
/freebsd-src/contrib/ntp/ntpd/
H A Dntp_proto.c45 #define AUTH(x, y) ((x) ? (y) == AUTH_OK \
46 : (y) == AUTH_OK || (y) == AUTH_NONE)
52 AUTH_OK, /* authentication OK */ enumerator
1204 is_authentic = AUTH_OK; in receive()
1261 is_authentic = AUTH_OK; in receive()
1264 if (is_authentic != AUTH_OK) { in receive()
2262 if ( is_authentic == AUTH_OK in receive()
2368 if ( is_authentic == AUTH_OK in receive()
2401 if (is_authentic == AUTH_OK) in receive()
/freebsd-src/crypto/heimdal/appl/ftp/ftpd/
H A Dgssapi.c496 return AUTH_OK; in gss_auth()
H A Dsecurity.c846 else if(ret != AUTH_OK){ in sec_login()
/freebsd-src/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c1168 result = AUTH_OK; in svc_rpc_gss()
/freebsd-src/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1565 result = AUTH_OK; in svc_rpc_gss()