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

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dauth.h45 AUTH_OK=0, enumerator in enum:auth_stat
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_auth.c84 * dereferenced in subsequent gss function calls. authenticate returns AUTH_OK
85 * if the msg is successfully authenticated. If AUTH_OK then the routine also
162 return (AUTH_OK);
H A Dsvc_auth_loopb.c112 stat = AUTH_OK;
H A Dsvc_auth_sys.c126 stat = AUTH_OK;
H A Dclnt_perror.c80 case AUTH_OK:
H A Dsvc_door.c198 } else if ((why = __gss_authenticate(r, msg, &nd)) != AUTH_OK) {
H A Dsvcauth_des.c467 return (AUTH_OK); /* we made it! */
H A Dsvc.c1431 &no_dispatch)) != AUTH_OK) {
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvc_authu.c136 stat = AUTH_OK;
H A Dsec_svc.c76 * the raw form of credentials and verifiers. authenticate returns AUTH_OK
77 * if the msg is successfully authenticated. If AUTH_OK then the routine also
208 return (AUTH_OK);
H A Dsvcauthdes.c378 return (AUTH_OK); /* we made it! */
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c810 ret = AUTH_OK;
885 return (AUTH_OK);
906 if (retval != AUTH_OK) {
1004 return (AUTH_OK);
1096 return (AUTH_OK);
1234 ret = AUTH_OK;
1272 return (AUTH_OK);
1321 return (AUTH_OK);
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h123 AUTH_OK = 0, enumerator in enum:auth_stat
H A Dsvc.c1364 if ((why = sec_svc_msg(&r, &msg, &no_dispatch)) != AUTH_OK) {
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c850 ret = AUTH_OK;
1012 ret = AUTH_OK;
1029 * the call; otherwise, return AUTH_OK so it will be
1066 return (AUTH_OK);

Completed in 1191 milliseconds