Home | History | Annotate | Download | only in rpc

Lines Matching defs:au_shcred

95 	struct opaque_auth	au_shcred;	/* short hand cred */
136 auth->ah_verf = au->au_shcred = _null_auth;
266 if (au->au_shcred.oa_base != NULL) {
267 mem_free(au->au_shcred.oa_base,
268 au->au_shcred.oa_length);
269 au->au_shcred.oa_base = NULL;
271 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) {
272 auth->ah_cred = au->au_shcred;
275 (void)xdr_opaque_auth(&xdrs, &au->au_shcred);
276 au->au_shcred.oa_base = NULL;
338 if (au->au_shcred.oa_base != NULL)
339 mem_free(au->au_shcred.oa_base, au->au_shcred.oa_length);