Searched refs:au_origcred (Results 1 – 1 of 1) sorted by relevance
79 struct opaque_auth au_origcred; /* original credentials */ member140 au->au_origcred.oa_length = len = XDR_GETPOS (&xdrs); in authunix_create()141 au->au_origcred.oa_flavor = AUTH_UNIX; in authunix_create()142 au->au_origcred.oa_base = mem_alloc ((u_int) len); in authunix_create()143 if (au->au_origcred.oa_base == NULL) in authunix_create()145 memcpy(au->au_origcred.oa_base, mymem, (u_int) len); in authunix_create()150 auth->ah_cred = au->au_origcred; in authunix_create()268 auth->ah_cred = au->au_origcred; in authunix_validate()284 if (auth->ah_cred.oa_base == au->au_origcred.oa_base) in authunix_refresh()294 xdrmem_create (&xdrs, au->au_origcred.oa_base, in authunix_refresh()[all …]