Home
last modified time | relevance | path

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

/titanic_50/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.c184 auth->ah_verf.oa_flavor = AUTH_DES; in authdes_create()
305 (int32_t *)&auth->ah_verf.oa_flavor)); in authdes_marshal()
/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c110 auth->ah_verf = au->au_shcred = _null_auth; in authunix_create()
247 if (auth->ah_verf.oa_base != NULL) in authunix_destroy()
248 bkmem_free(auth->ah_verf.oa_base, auth->ah_verf.oa_length); in authunix_destroy()
265 (!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()
/titanic_50/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.c84 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_create()
90 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
H A Dauth_des.c198 auth->ah_verf.oa_flavor = AUTH_DES; in authdes_pk_seccreate()
329 if (!xdr_putint32(xdrs, (int *)&auth->ah_verf.oa_flavor)) in authdes_marshal()
H A Dclnt_bcast.c278 msg.rm_call.cb_verf = sys_auth->ah_verf; in rpc_broadcast_exp()
/titanic_50/usr/src/lib/libbc/inc/include/rpc/
H A Dauth.h90 struct opaque_auth ah_verf; member
/titanic_50/usr/src/uts/common/rpc/
H A Dauth.h198 struct opaque_auth ah_verf; member
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c308 msg.rm_call.cb_verf = sys_auth->ah_verf; in nfs_cast()
/titanic_50/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c556 !xdr_opaque_auth(xdrs, &auth->ah_verf))