Home
last modified time | relevance | path

Searched refs:au_shcred (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c67 struct opaque_auth au_shcred; /* short hand cred */ member
113 auth->ah_verf = au->au_shcred = _null_auth; in authsys_create()
264 if (au->au_shcred.oa_base != NULL) { in authsys_validate()
265 free(au->au_shcred.oa_base); in authsys_validate()
266 au->au_shcred.oa_base = NULL; in authsys_validate()
268 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) { in authsys_validate()
269 auth->ah_cred = au->au_shcred; in authsys_validate()
272 (void) xdr_opaque_auth(&xdrs, &au->au_shcred); in authsys_validate()
273 au->au_shcred.oa_base = NULL; in authsys_validate()
330 if (au->au_shcred.oa_base != NULL) in authsys_destroy()
[all …]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c64 struct opaque_auth au_shcred; /* short hand cred */ member
106 auth->ah_verf = au->au_shcred = _null_auth; in authunix_create()
174 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) { in authunix_validate()
175 auth->ah_cred = au->au_shcred; in authunix_validate()
178 (void) xdr_opaque_auth(&xdrs, &au->au_shcred); in authunix_validate()
179 au->au_shcred.oa_base = 0; in authunix_validate()
234 if (au->au_shcred.oa_base != NULL) in authunix_destroy()
235 bkmem_free(au->au_shcred.oa_base, au->au_shcred.oa_length); in authunix_destroy()