HomeSort by: relevance | last modified time | path
    Searched refs:AUTH_OK (Results 1 - 4 of 4) sorted by relevancy

  /src/include/rpc/
auth.h 56 AUTH_OK=0,
  /src/lib/libc/rpc/
svc_auth_unix.c 132 stat = AUTH_OK;
svc_auth.c 91 * the raw form of credentials and verifiers. authenticate returns AUTH_OK
92 * if the msg is successfully authenticated. If AUTH_OK then the routine also
162 return (AUTH_OK);
svc.c 710 if ((why = _authenticate(&r, &msg)) != AUTH_OK) {

Completed in 12 milliseconds