Searched refs:AUTH_OK (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c79 return(AUTH_OK);
105 if (astat != AUTH_OK) {
139 if (astat != AUTH_OK) {
173 if (astat != AUTH_OK) {
207 if (astat != AUTH_OK) {
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h76 #define AUTH_OK 0 macro
H A Dkrb4.c325 return AUTH_OK;
H A Dgssapi.c513 return AUTH_OK;
H A Dsecurity.c846 else if(ret != AUTH_OK){
/freebsd-9.3-release/lib/libc/rpc/
H A Dsvc_auth.c81 * the raw form of credentials and verifiers. authenticate returns AUTH_OK
82 * if the msg is successfully authenticated. If AUTH_OK then the routine also
175 return (AUTH_OK);
H A Dsvc_auth_unix.c137 stat = AUTH_OK;
H A Dsvc_auth_des.c350 return (AUTH_OK); /* we made it!*/
H A Dsvc.c683 if ((why = _authenticate(&r, &msg)) != AUTH_OK) {
/freebsd-9.3-release/sys/rpc/
H A Dsvc_auth.c64 * the raw form of credentials and verifiers. authenticate returns AUTH_OK
65 * if the msg is successfully authenticated. If AUTH_OK then the routine also
148 return (AUTH_OK);
H A Dsvc_auth_unix.c123 stat = AUTH_OK;
H A Dauth.h121 AUTH_OK=0, enumerator in enum:auth_stat
H A Dsvc.c913 if ((why = _authenticate(r, &msg)) != AUTH_OK) {
/freebsd-9.3-release/include/rpc/
H A Dauth.h121 AUTH_OK=0, enumerator in enum:auth_stat
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dkrb4.c325 return AUTH_OK;
H A Dgssapi.c513 return AUTH_OK;
H A Dsecurity.c846 else if(ret != AUTH_OK){
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_proto.c37 #define AUTH(x, y) ((x) ? (y) == AUTH_OK \
38 : (y) == AUTH_OK || (y) == AUTH_NONE)
41 #define AUTH_OK 1 /* authentication OK */ macro
1023 is_authentic = AUTH_OK;
1847 if ( is_authentic == AUTH_OK
1947 if ( is_authentic == AUTH_OK
1980 if (is_authentic == AUTH_OK)
/freebsd-9.3-release/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c1170 result = AUTH_OK;
/freebsd-9.3-release/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1453 result = AUTH_OK;

Completed in 221 milliseconds