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

/freebsd-11-stable/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-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h77 #define AUTH_OK 0 macro
H A Dgssapi.c496 return AUTH_OK;
H A Dsecurity.c846 else if(ret != AUTH_OK){
/freebsd-11-stable/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
167 return (AUTH_OK);
H A Dsvc_auth_unix.c135 stat = AUTH_OK;
H A Dsvc_auth_des.c348 return (AUTH_OK); /* we made it!*/
H A Dsvc.c650 if ((why = _authenticate(&r, &msg)) != AUTH_OK) {
/freebsd-11-stable/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.c969 if ((why = _authenticate(r, &msg)) != AUTH_OK) {
/freebsd-11-stable/include/rpc/
H A Dauth.h121 AUTH_OK=0, enumerator in enum:auth_stat
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dgssapi.c496 return AUTH_OK;
H A Dsecurity.c846 else if(ret != AUTH_OK){
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c46 #define AUTH(x, y) ((x) ? (y) == AUTH_OK \
47 : (y) == AUTH_OK || (y) == AUTH_NONE)
53 AUTH_OK, /* authentication OK */ enumerator in enum:auth_state
1160 is_authentic = AUTH_OK;
1217 is_authentic = AUTH_OK;
1220 if (is_authentic != AUTH_OK) {
2181 if ( is_authentic == AUTH_OK
2279 if ( is_authentic == AUTH_OK
2312 if (is_authentic == AUTH_OK)
/freebsd-11-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c1165 result = AUTH_OK;
/freebsd-11-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1483 result = AUTH_OK;

Completed in 147 milliseconds