Lines Matching refs:hash
112 uint32_t hash;
127 hash = sss_nss_mc_hash(&gr_mc_ctx, name, name_len + 1);
128 slot = gr_mc_ctx.hash_table[hash];
144 if (hash != rec->hash1) {
145 /* if name hash does not match we can skip this immediately */
146 slot = sss_nss_mc_next_slot_with_hash(rec, hash);
169 slot = sss_nss_mc_next_slot_with_hash(rec, hash);
192 uint32_t hash;
209 hash = sss_nss_mc_hash(&gr_mc_ctx, gidstr, len+1);
210 slot = gr_mc_ctx.hash_table[hash];
226 if (hash != rec->hash2) {
227 /* if uid hash does not match we can skip this immediately */
228 slot = sss_nss_mc_next_slot_with_hash(rec, hash);
237 slot = sss_nss_mc_next_slot_with_hash(rec, hash);