Lines Matching refs:hash
105 uint32_t hash;
120 hash = sss_nss_mc_hash(&pw_mc_ctx, name, name_len + 1);
121 slot = pw_mc_ctx.hash_table[hash];
137 if (hash != rec->hash1) {
138 /* if name hash does not match we can skip this immediately */
139 slot = sss_nss_mc_next_slot_with_hash(rec, hash);
162 slot = sss_nss_mc_next_slot_with_hash(rec, hash);
185 uint32_t hash;
202 hash = sss_nss_mc_hash(&pw_mc_ctx, uidstr, len+1);
203 slot = pw_mc_ctx.hash_table[hash];
219 if (hash != rec->hash2) {
220 /* if uid hash does not match we can skip this immediately */
221 slot = sss_nss_mc_next_slot_with_hash(rec, hash);
230 slot = sss_nss_mc_next_slot_with_hash(rec, hash);