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

/freebsd-13-stable/lib/libc/rpc/
H A Dauth_unix.c84 struct opaque_auth au_shcred; /* short hand cred */ member in struct:audata
125 auth->ah_verf = au->au_shcred = _null_auth;
249 if (au->au_shcred.oa_base != NULL) {
250 mem_free(au->au_shcred.oa_base,
251 au->au_shcred.oa_length);
252 au->au_shcred.oa_base = NULL;
254 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) {
255 auth->ah_cred = au->au_shcred;
258 (void)xdr_opaque_auth(&xdrs, &au->au_shcred);
259 au->au_shcred
[all...]
/freebsd-13-stable/sys/rpc/
H A Dauth_unix.c96 struct opaque_auth au_shcred; /* short hand cred */ member in struct:audata
190 auth->ah_verf = au->au_shcred = _null_auth;
280 if (au->au_shcred.oa_base != NULL) {
281 mem_free(au->au_shcred.oa_base,
282 au->au_shcred.oa_length);
283 au->au_shcred.oa_base = NULL;
285 if (xdr_opaque_auth(&txdrs, &au->au_shcred)) {
286 auth->ah_cred = au->au_shcred;
289 (void)xdr_opaque_auth(&txdrs, &au->au_shcred);
290 au->au_shcred
[all...]

Completed in 100 milliseconds