Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c43 struct hash { struct
47 int (*h_hashfn)(int, void *); argument
51 struct hash_data { argument
95 hash_t *hash; in hash_new() local
107 hash_add(hash_t *hash, void *key) in hash_add()
130 hash_t *hash = arg; in hash_remove_cb() local
135 hash_remove(hash_t *hash, void *key) in hash_remove()
144 hash_match(hash_t *hash, void *key, int (*fun)(void *, void *), in hash_match()
198 hash_find(hash_t *hash, void *key, void **value) in hash_find()
234 hash_count(hash_t *hash) in hash_count()
[all …]
/freebsd/sys/sys/
H A Dhash.h46 hash32_buf(const void *buf, size_t len, uint32_t hash) in hash32_buf()
60 hash32_str(const void *buf, uint32_t hash) in hash32_str()
74 hash32_strn(const void *buf, size_t len, uint32_t hash) in hash32_strn()
90 hash32_stre(const void *buf, int end, const char **ep, uint32_t hash) in hash32_stre()
110 uint32_t hash) in hash32_strne()
/freebsd/sys/kern/
H A Dvfs_hash.c65 vfs_hash_bucket(const struct mount *mp, u_int hash) in vfs_hash_bucket()
72 vfs_hash_get(const struct mount *mp, u_int hash, int flags, struct thread *td, in vfs_hash_get()
113 vfs_hash_ref(const struct mount *mp, u_int hash, struct thread *td, in vfs_hash_ref()
152 vfs_hash_insert(struct vnode *vp, u_int hash, int flags, struct thread *td, in vfs_hash_insert()
194 vfs_hash_rehash(struct vnode *vp, u_int hash) in vfs_hash_rehash()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_hash.c73 PROV_DRBG_HASH *hash = (PROV_DRBG_HASH *)drbg->data; in hash_df() local
178 PROV_DRBG_HASH *hash = (PROV_DRBG_HASH *)drbg->data; in add_hash_to_v() local
209 PROV_DRBG_HASH *hash = (PROV_DRBG_HASH *)drbg->data; in hash_gen() local
253 PROV_DRBG_HASH *hash = (PROV_DRBG_HASH *)drbg->data; in drbg_hash_instantiate() local
292 PROV_DRBG_HASH *hash = (PROV_DRBG_HASH *)drbg->data; in drbg_hash_reseed() local
327 PROV_DRBG_HASH *hash = (PROV_DRBG_HASH *)drbg->data; in drbg_hash_generate() local
364 PROV_DRBG_HASH *hash = (PROV_DRBG_HASH *)drbg->data; in drbg_hash_uninstantiate() local
380 PROV_DRBG_HASH *hash = (PROV_DRBG_HASH *)drbg->data; in drbg_hash_verify_zeroization() local
390 PROV_DRBG_HASH *hash; in drbg_hash_new() local
421 PROV_DRBG_HASH *hash; in drbg_hash_free() local
[all …]
/freebsd/contrib/lib9p/
H A Dhashtable.c74 ht_find(struct ht *h, uint32_t hash) in ht_find()
85 ht_find_locked(struct ht *h, uint32_t hash) in ht_find_locked()
101 ht_add(struct ht *h, uint32_t hash, void *value) in ht_add()
127 ht_remove(struct ht *h, uint32_t hash) in ht_remove()
138 ht_remove_locked(struct ht *h, uint32_t hash) in ht_remove_locked()
/freebsd/lib/libc/stdlib/
H A Dhsearch_r.c41 hsearch_lookup_free(struct __hsearch *hsearch, size_t hash) in hsearch_lookup_free()
59 size_t hash; in hsearch_hash() local
77 size_t hash, index, i, old_hash, old_count, new_count; in hsearch_r() local
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_string.c57 int hash, len; in pmcstat_string_intern() local
90 unsigned hash; in pmcstat_string_compute_hash() local
102 int hash, len; in pmcstat_string_lookup() local
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c103 ulong_t hash; in tsd_hash_search() local
160 ulong_t hash; in tsd_hash_add() local
219 ulong_t hash; in tsd_hash_add_key() local
280 ulong_t hash; in tsd_hash_add_pid() local
333 int hash, size = (1 << bits); in tsd_hash_table_init() local
407 ulong_t hash; in tsd_remove_entry() local
594 ulong_t hash; in tsd_destroy() local
657 ulong_t hash; in tsd_exit() local
/freebsd/sbin/hastd/
H A Dhast_checksum.c46 unsigned char *hash, size_t *hsizep) in hast_crc32_checksum()
60 unsigned char *hash, size_t *hsizep) in hast_sha256_checksum()
89 unsigned char hash[MAX_HASH_SIZE]; in checksum_send() local
/freebsd/contrib/libdiff/lib/
H A Ddiff_atomize_text.c33 diff_atom_hash_update(unsigned int hash, unsigned char atom_byte) in diff_atom_hash_update()
58 unsigned int hash = 0; in diff_data_atomize_text_lines_fd() local
141 unsigned int hash = 0; in diff_data_atomize_text_lines_mmap() local
/freebsd/usr.bin/mkstr/
H A Dmkstr.c257 static struct hash { struct
260 struct hash *hnext; argument
/freebsd/contrib/netbsd-tests/lib/libcrypt/
H A Dt_crypt.c73 const char *hash; member
127 char *hash = crypt(tests[i].pw, tests[i].hash); in ATF_TC_BODY() local
/freebsd/crypto/openssl/crypto/lhash/
H A Dlhash.c109 unsigned long hash; in OPENSSL_LH_insert() local
139 unsigned long hash; in OPENSSL_LH_delete() local
165 unsigned long hash; in OPENSSL_LH_retrieve() local
217 unsigned long hash; in expand() local
294 unsigned long hash, nn; in getrn() local
H A Dlhash_local.h16 unsigned long hash; member
22 OPENSSL_LH_HASHFUNC hash; member
/freebsd/usr.bin/xstr/
H A Dxstr.c322 static struct hash { struct
325 struct hash *hnext; argument
333 struct hash *hp, *hp0; in hashit() argument
/freebsd/crypto/openssl/include/crypto/
H A Dess.h34 ASN1_OCTET_STRING *hash; /* Always SHA-1 digest. */ member
60 ASN1_OCTET_STRING *hash; member
/freebsd/sys/libkern/
H A Dmurmur3_32.c46 uint32_t hash, k; in murmur3_32_hash() local
106 uint32_t hash, k; in murmur3_32_hash32() local
/freebsd/contrib/unbound/util/storage/
H A Dslabhash.c111 slab_idx(struct slabhash* sl, hashvalue_type hash) in slab_idx()
116 void slabhash_insert(struct slabhash* sl, hashvalue_type hash, in slabhash_insert()
123 hashvalue_type hash, void* key, int wr) in slabhash_lookup()
128 void slabhash_remove(struct slabhash* sl, hashvalue_type hash, void* key) in slabhash_remove()
179 struct lruhash* slabhash_gettable(struct slabhash* sl, hashvalue_type hash) in slabhash_gettable()
/freebsd/contrib/unbound/util/
H A Dedns.c141 uint8_t* hash) in edns_cookie_server_hash()
151 uint8_t hash[8]; in edns_cookie_server_write() local
166 uint8_t hash[8]; in edns_cookie_server_validate() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_blake2sp_ref.c188 uint8_t hash[PARALLELISM_DEGREE][BLAKE2S_OUTBYTES]; in blake2sp_final() local
218 uint8_t hash[PARALLELISM_DEGREE][BLAKE2S_OUTBYTES]; in blake2sp() local
313 uint8_t hash[BLAKE2S_OUTBYTES]; in main() local
325 uint8_t hash[BLAKE2S_OUTBYTES]; in main() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf_stats.c39 dbuf_hash_table_t *hash; member
183 dbuf_stats_hash_table_init(dbuf_hash_table_t *hash) in dbuf_stats_hash_table_init()
219 dbuf_stats_init(dbuf_hash_table_t *hash) in dbuf_stats_init()
/freebsd/crypto/openssh/
H A Dkexgen.c58 u_char *hash, size_t *hashlen) in kex_gen_hash()
147 u_char hash[SSH_DIGEST_MAX_LENGTH]; in input_kex_gen_reply() local
274 u_char *signature = NULL, hash[SSH_DIGEST_MAX_LENGTH]; in input_kex_gen_init() local
/freebsd/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c31 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len) in eap_pwd_h_update()
37 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest) in eap_pwd_h_final()
48 struct crypto_hash *hash; in eap_pwd_kdf() local
132 struct crypto_hash *hash; in compute_password_element() local
336 struct crypto_hash *hash; in compute_keys() local
/freebsd/sys/dev/mthca/
H A Dmthca_mcg.c65 u16 *hash, int *prev, int *index) in find_mgm()
125 u16 hash; in mthca_multicast_attach() local
219 u16 hash; in mthca_multicast_detach() local
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dhash.h21 struct _LIBCPP_TEMPLATE_VIS hash; variable

12345678910>>...21