Lines Matching refs:au_origcred
89 struct opaque_auth au_origcred; /* original credentials */ member
188 au->au_origcred.oa_base = NULL; in authunix_create()
201 au->au_origcred.oa_length = len = XDR_GETPOS(&xdrs); in authunix_create()
202 au->au_origcred.oa_flavor = AUTH_UNIX; in authunix_create()
203 au->au_origcred.oa_base = mem_alloc((u_int) len); in authunix_create()
204 memcpy(au->au_origcred.oa_base, mymem, (size_t)len); in authunix_create()
209 auth->ah_cred = au->au_origcred; in authunix_create()
283 auth->ah_cred = au->au_origcred; in authunix_validate()
301 if (auth->ah_cred.oa_base == au->au_origcred.oa_base) { in authunix_refresh()
308 xdrmem_create(&xdrs, au->au_origcred.oa_base, in authunix_refresh()
309 au->au_origcred.oa_length, XDR_DECODE); in authunix_refresh()
323 auth->ah_cred = au->au_origcred; in authunix_refresh()
340 mem_free(au->au_origcred.oa_base, au->au_origcred.oa_length); in authunix_destroy()