Lines Matching refs:hash
82 unsigned int hash; member
121 static int add_entry(enum Type type, unsigned int hash, const char *filename, in add_entry() argument
129 unsigned int ndx = (type + hash) % OSSL_NELEM(hash_table); in add_entry()
132 if (bp->type == type && bp->hash == hash) in add_entry()
139 bp->hash = hash; in add_entry()
198 unsigned int hash = 0; in handle_symlink() local
208 hash <<= 4; in handle_symlink()
209 hash += OPENSSL_hexchar2int(ch); in handle_symlink()
229 return add_entry(type, hash, linktarget, NULL, 0, id); in handle_symlink()
427 BIO_snprintf(buf, buflen, "%08x.%s%d", bp->hash, in do_dir()
438 dirname, pathsep, bp->hash, in do_dir()
460 dirname, pathsep, bp->hash, in do_dir()