Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c106 auth->ah_verf = au->au_shcred = _null_auth; in authunix_create()
237 if (auth->ah_verf.oa_base != NULL) in authunix_destroy()
238 bkmem_free(auth->ah_verf.oa_base, auth->ah_verf.oa_length); in authunix_destroy()
255 (!xdr_opaque_auth(xdrs, &(auth->ah_verf)))) { in marshal_new_auth()
H A Dauth_none.c67 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_create()
73 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_kern.c103 auth->ah_verf = _null_auth; in authkern_init()
131 ASSERT(auth->ah_verf.oa_flavor == AUTH_NONE); in authkern_marshal()
132 ASSERT(auth->ah_verf.oa_length == 0); in authkern_marshal()
225 (xdr_opaque_auth(xdrs, &(auth->ah_verf)))) in authkern_marshal()
H A Dauth_loopb.c104 auth->ah_verf = _null_auth; in authloopback_init()
134 ASSERT(auth->ah_verf.oa_flavor == AUTH_NONE); in authloopback_marshal()
135 ASSERT(auth->ah_verf.oa_length == 0); in authloopback_marshal()
230 (xdr_opaque_auth(xdrs, &(auth->ah_verf)))) in authloopback_marshal()
H A Dauth_none.c85 auth->ah_cred = auth->ah_verf = _null_auth; in authnone_init()
124 (xdr_opaque_auth(xdrs, &(auth->ah_verf)))) in authnone_marshal()
H A Dauth_des.c182 auth->ah_verf.oa_flavor = AUTH_DES; in authdes_create()
303 (int32_t *)&auth->ah_verf.oa_flavor)); in authdes_marshal()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c113 auth->ah_verf = au->au_shcred = _null_auth; in authsys_create()
333 if (auth->ah_verf.oa_base != NULL) in authsys_destroy()
334 free(auth->ah_verf.oa_base); in authsys_destroy()
355 (!xdr_opaque_auth(xdrs, &(auth->ah_verf)))) { in marshal_new_auth()
H A Dauth_none.c82 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_create()
88 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
H A Dauth_des.c196 auth->ah_verf.oa_flavor = AUTH_DES; in authdes_pk_seccreate()
327 if (!xdr_putint32(xdrs, (int *)&auth->ah_verf.oa_flavor)) in authdes_marshal()
H A Dclnt_bcast.c276 msg.rm_call.cb_verf = sys_auth->ah_verf; in rpc_broadcast_exp()
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h198 struct opaque_auth ah_verf; member
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c306 msg.rm_call.cb_verf = sys_auth->ah_verf; in nfs_cast()
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c569 !xdr_opaque_auth(xdrs, &auth->ah_verf))