Searched refs:numgroups (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/kgssapi/ |
H A D | gss_pname_to_uid.c | 83 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 D | gssapi.h | 579 int *numgroups, /* number of groups */
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | acl_common.c | 142 int numgroups; member 754 al->numgroups = 0; in ace_list_init() 1065 if ((! list->hasmask) && (list->numusers + list->numgroups > 0)) { in ace_list_to_aent() 1070 resultcount = 3 + list->numusers + list->numgroups; in ace_list_to_aent() 1339 &acl->numgroups); in ln_ace_to_aent()
|
/freebsd/sys/rpc/rpcsec_gss/ |
H A D | svc_rpcsec_gss.c | 874 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()
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 1344 size_t numgroups, i, first = 1; in tls_construct_stoc_supported_groups() local 1352 tls1_get_supported_groups(s, &groups, &numgroups); in tls_construct_stoc_supported_groups() 1353 if (numgroups == 0) { in tls_construct_stoc_supported_groups() 1360 for (i = 0; i < numgroups; i++) { in tls_construct_stoc_supported_groups()
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 5102 int clientmulti, istls13, isecdhe, numec, numff, numgroups; in test_negotiated_group() local 5113 numgroups = numec + numff; in test_negotiated_group() 5114 clientmulti = (idx < 2 * numgroups); in test_negotiated_group() 5115 idx = idx % (2 * numgroups); in test_negotiated_group() 5116 istls13 = (idx < numgroups); in test_negotiated_group() 5117 idx = idx % numgroups; in test_negotiated_group()
|