Home
last modified time | relevance | path

Searched refs:numgroups (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/kgssapi/
H A Dgss_pname_to_uid.c83 int *numgroups, gid_t *groups) in gss_pname_to_unix_cred() argument
120 if (n > *numgroups) in gss_pname_to_unix_cred()
121 n = *numgroups; in gss_pname_to_unix_cred()
124 *numgroups = n; in gss_pname_to_unix_cred()
H A Dgss_accept_sec_context.c176 int *numgroups, in gss_accept_sec_context_lucid_v1() argument
268 if (n > *numgroups) in gss_accept_sec_context_lucid_v1()
269 n = *numgroups; in gss_accept_sec_context_lucid_v1()
272 *numgroups = n; in gss_accept_sec_context_lucid_v1()
H A Dgssapi.h621 int *numgroups, /* number of groups */
/freebsd/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c874 int numgroups; in svc_rpc_gss_build_ucred() local
880 numgroups = NGROUPS; in svc_rpc_gss_build_ucred()
882 &uc->uid, &uc->gid, &numgroups, &uc->gidlist[0]); in svc_rpc_gss_build_ucred()
886 uc->gidlen = numgroups; in svc_rpc_gss_build_ucred()
930 int numgroups; in svc_rpc_gss_accept_sec_context() local
948 numgroups = NGROUPS; in svc_rpc_gss_accept_sec_context()
989 &numgroups, in svc_rpc_gss_accept_sec_context()
1041 &numgroups, in svc_rpc_gss_accept_sec_context()
1076 uc->gidlen = numgroups; in svc_rpc_gss_accept_sec_context()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c143 int numgroups; member
755 al->numgroups = 0; in ace_list_init()
1066 if ((! list->hasmask) && (list->numusers + list->numgroups > 0)) { in ace_list_to_aent()
1071 resultcount = 3 + list->numusers + list->numgroups; in ace_list_to_aent()
1340 &acl->numgroups); in ln_ace_to_aent()
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c1669 size_t numgroups, i, first = 1; in tls_construct_stoc_supported_groups() local
1677 tls1_get_supported_groups(s, &groups, &numgroups); in tls_construct_stoc_supported_groups()
1678 if (numgroups == 0) { in tls_construct_stoc_supported_groups()
1685 for (i = 0; i < numgroups; i++) { in tls_construct_stoc_supported_groups()
/freebsd/usr.sbin/gssd/
H A Dgssd.c759 uid_t *uidp, gid_t *gidp, int *numgroups, gid_t *groups) in _gss_get_unix_cred() argument
793 groups, numgroups); in _gss_get_unix_cred()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c5295 int clientmulti, istls13, isecdhe, numec, numff, numgroups; in test_negotiated_group() local
5306 numgroups = numec + numff; in test_negotiated_group()
5307 clientmulti = (idx < 2 * numgroups); in test_negotiated_group()
5308 idx = idx % (2 * numgroups); in test_negotiated_group()
5309 istls13 = (idx < numgroups); in test_negotiated_group()
5310 idx = idx % numgroups; in test_negotiated_group()