Home
last modified time | relevance | path

Searched refs:ah_verf (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dauth_unix.c118 auth->ah_verf = au->au_shcred = _null_auth; in authunix_create()
319 if (auth->ah_verf.oa_base != NULL) in authunix_destroy()
320 mem_free(auth->ah_verf.oa_base, auth->ah_verf.oa_length); in authunix_destroy()
341 (! xdr_opaque_auth(xdrs, &(auth->ah_verf)))) in marshal_new_auth()
H A Dauth_none.c90 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_create()
96 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
H A Dauth_des.c218 auth->ah_verf.oa_flavor = AUTH_DES; in authdes_pk_seccreate()
347 ATTEMPT(xdr_putint32(xdrs, (int *)&auth->ah_verf.oa_flavor)); in authdes_marshal()
H A Dclnt_bcast.c389 msg.rm_call.cb_verf = sys_auth->ah_verf; in rpc_broadcast_exp()
/freebsd/sys/rpc/
H A Dauth_unix.c184 auth->ah_verf = au->au_shcred = _null_auth; in authunix_create()
347 if (auth->ah_verf.oa_base != NULL) in authunix_destroy()
348 mem_free(auth->ah_verf.oa_base, auth->ah_verf.oa_length); in authunix_destroy()
367 (! xdr_opaque_auth(xdrs, &(auth->ah_verf)))) in marshal_new_auth()
H A Dauth_none.c89 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_init()
93 xdr_opaque_auth(&xdrs, &ap->no_client.ah_verf); in authnone_init()
H A Dauth.h179 struct opaque_auth ah_verf; member
/freebsd/sys/rpc/rpcsec_tls/
H A Dauth_tls.c98 ap->no_client.ah_verf = _null_auth; in authtls_init()
102 xdr_opaque_auth(&xdrs, &ap->no_client.ah_verf); in authtls_init()
/freebsd/include/rpc/
H A Dauth.h178 struct opaque_auth ah_verf; member