Lines Matching refs:sub_authority_count
135 sidp->sub_authority_count = v[1];
144 for (i = 0; i < sidp->sub_authority_count; i++) {
182 len += 1 + (sidp->sub_authority_count + 1) * 10;
192 for (i = 0; i < sidp->sub_authority_count; i++) {
216 binsidlen != (1 + 1 + 6 + sid->sub_authority_count * 4))
222 *p++ = sid->sub_authority_count;
234 for (i = 0; i < sid->sub_authority_count; i++) {
284 sid.sub_authority_count = (rid != NULL) ? j + 1 : j;
287 if (sid.sub_authority_count < 1 ||
288 sid.sub_authority_count > ADUTILS_SID_MAX_SUB_AUTHORITIES)
333 j = 1 + 1 + 6 + sid.sub_authority_count * 4;
370 if (rid != NULL && sid.authority == 5 && sid.sub_authority_count == 5)
371 *rid = sid.sub_authorities[--sid.sub_authority_count];