Searched refs:SID_SUB_AUTHS (Results 1 - 1 of 1) sorted by relevance

/sssd/src/lib/idmap/
H A Dsss_idmap_conv.c36 #define SID_SUB_AUTHS 15 macro
41 uint32_t sub_auths[SID_SUB_AUTHS]; /* host byte-order */
76 if (dom_sid->num_auths > SID_SUB_AUTHS) {
119 if (dom_sid->num_auths > SID_SUB_AUTHS) {
173 if (dom_sid->num_auths > SID_SUB_AUTHS) {
293 if (dom_sid->num_auths >= SID_SUB_AUTHS) {
471 for (c = 0; c < SID_SUB_AUTHS; c++) {
498 for (c = 0; c < SID_SUB_AUTHS; c++) {

Completed in 13 milliseconds