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

/freebsd-9.3-release/lib/libc/rpc/
H A Dauth_none.c95 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth;
101 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_verf);
H A Dauth_unix.c128 auth->ah_verf = au->au_shcred = _null_auth;
335 if (auth->ah_verf.oa_base != NULL)
336 mem_free(auth->ah_verf.oa_base, auth->ah_verf.oa_length);
358 (! xdr_opaque_auth(xdrs, &(auth->ah_verf))))
H A Dauth_des.c223 auth->ah_verf.oa_flavor = AUTH_DES;
352 ATTEMPT(xdr_putint32(xdrs, (int *)&auth->ah_verf.oa_flavor));
H A Dclnt_bcast.c389 msg.rm_call.cb_verf = sys_auth->ah_verf;
/freebsd-9.3-release/sys/rpc/
H A Dauth_none.c93 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth;
97 xdr_opaque_auth(&xdrs, &ap->no_client.ah_verf);
H A Dauth_unix.c188 auth->ah_verf = au->au_shcred = _null_auth;
353 if (auth->ah_verf.oa_base != NULL)
354 mem_free(auth->ah_verf.oa_base, auth->ah_verf.oa_length);
373 (! xdr_opaque_auth(xdrs, &(auth->ah_verf))))
H A Dauth.h182 struct opaque_auth ah_verf; member in struct:__auth
/freebsd-9.3-release/include/rpc/
H A Dauth.h181 struct opaque_auth ah_verf; member in struct:__auth

Completed in 119 milliseconds