Searched defs:authnone_validate (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_none.c127 authnone_validate(AUTH *client, struct opaque_auth *opaque) function
157 ops.ah_validate = authnone_validate;
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_none.c39 static bool_t authnone_validate(AUTH *, struct opaque_auth *);
46 authnone_validate,
132 authnone_validate(AUTH *auth, struct opaque_auth *verf) function
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c100 authnone_validate(AUTH *foo, struct opaque_auth *bar) function
126 ops.ah_validate = authnone_validate;

Completed in 51 milliseconds