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

/freebsd-12-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c81 return(AUTH_OK);
107 if (astat != AUTH_OK) {
141 if (astat != AUTH_OK) {
175 if (astat != AUTH_OK) {
209 if (astat != AUTH_OK) {
/freebsd-12-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-12-stable/lib/libc/rpc/
H A Dsvc_auth.c83 * the raw form of credentials and verifiers. authenticate returns AUTH_OK
84 * if the msg is successfully authenticated. If AUTH_OK then the routine also
169 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.c652 if ((why = _authenticate(&r, &msg)) != AUTH_OK) {
/freebsd-12-stable/sys/rpc/
H A Dsvc_auth.c66 * the raw form of credentials and verifiers. authenticate returns AUTH_OK
67 * if the msg is successfully authenticated. If AUTH_OK then the routine also
150 return (AUTH_OK);
H A Dsvc_auth_unix.c125 stat = AUTH_OK;
H A Dauth.h123 AUTH_OK=0, enumerator in enum:auth_stat
H A Dsvc.c975 if ((why = _authenticate(r, &msg)) != AUTH_OK) {
/freebsd-12-stable/include/rpc/
H A Dauth.h123 AUTH_OK=0, enumerator in enum:auth_stat
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dgssapi.c496 return AUTH_OK;
H A Dsecurity.c846 else if(ret != AUTH_OK){
/freebsd-12-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-12-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c1170 result = AUTH_OK;
/freebsd-12-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1486 result = AUTH_OK;

Completed in 147 milliseconds