Home
last modified time | relevance | path

Searched refs:gidlen (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_kern.c124 uint32_t gidlen, credsize, namelen, rounded_namelen; in authkern_marshal() local
155 gidlen = crgetngroups(cr); in authkern_marshal()
156 if (gidlen > NGRPS) in authkern_marshal()
157 gidlen = NGRPS; in authkern_marshal()
160 gidlen * BYTES_PER_XDR_UNIT; in authkern_marshal()
190 IXDR_PUT_U_INT32(ptr, gidlen); in authkern_marshal()
191 while (gidlen-- > 0) in authkern_marshal()
H A Dauth_loopb.c126 uint32_t gidlen, credsize, namelen, rounded_namelen; in authloopback_marshal() local
160 gidlen = crgetngroups(cr); in authloopback_marshal()
161 if (gidlen > maxgidlen) in authloopback_marshal()
165 gidlen * BYTES_PER_XDR_UNIT; in authloopback_marshal()
195 IXDR_PUT_U_INT32(ptr, gidlen); in authloopback_marshal()
196 while (gidlen-- > 0) in authloopback_marshal()
H A Dsec_svc.c184 crsetgroups(cr, ucred->gidlen, ucred->gidlist) != 0) in sec_svc_getcred()
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c550 int gssstat, gidlen; in rpc_gss_getcred() local
572 &gidlen, crgetuid(CRED()))) in rpc_gss_getcred()
579 client_data->u_cred.gidlen = in rpc_gss_getcred()
580 (short)gidlen; in rpc_gss_getcred()
591 &gidlen, crgetuid(CRED()))) in rpc_gss_getcred()
598 client_data->u_cred.gidlen = in rpc_gss_getcred()
599 (short)gidlen; in rpc_gss_getcred()
1702 client_data->u_cred.gidlen * sizeof (gid_t)); in destroy_client()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcsec_gss.h120 short gidlen; member
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c493 client_data->u_cred.gidlen = in __rpc_gss_getcred()
518 client_data->u_cred.gidlen = in __rpc_gss_getcred()