Searched refs:au_origcred (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/lib/libc/rpc/
H A Dauth_unix.c76 struct opaque_auth au_origcred; /* original credentials */ member in struct:audata
138 au->au_origcred.oa_length = len = XDR_GETPOS(&xdrs);
139 au->au_origcred.oa_flavor = AUTH_UNIX;
141 au->au_origcred.oa_base = mem_alloc((u_int) len);
143 if ((au->au_origcred.oa_base = mem_alloc((u_int) len)) == NULL)
146 memcpy(au->au_origcred.oa_base, mymem, (u_int)len);
151 auth->ah_cred = au->au_origcred;
245 auth->ah_cred = au->au_origcred;
261 if (auth->ah_cred.oa_base == au->au_origcred.oa_base) {
270 xdrmem_create(&xdrs, au->au_origcred
[all...]

Completed in 124 milliseconds