Searched refs:do_hash (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/dhclient/ |
H A D | hash.c | 48 static int do_hash(const unsigned char *, int, int); 63 do_hash(const unsigned char *name, int len, int size) in do_hash() function 89 hashno = do_hash(name, len, table->hash_count); in add_hash() 115 hashno = do_hash(name, len, table->hash_count); in hash_lookup()
|
/freebsd/usr.sbin/certctl/ |
H A D | certctl.sh | 79 do_hash() function 115 hash=$(do_hash "$1") || return 145 hash=$(do_hash "$1") || return 273 hash=$(do_hash "$UTFILE")
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | st.c | 106 #define do_hash(key,table) (unsigned int)(*(table)->type->hash)(((void*)key)) macro 107 #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins) 278 hash_val = do_hash(key, table); in st_lookup() 314 hash_val = do_hash(key, table); in st_insert() 330 hash_val = do_hash(key, table); in st_add_direct()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __locale | 193 …M_ABI long hash(const char_type* __lo, const char_type* __hi) const { return do_hash(__lo, __hi); } 204 virtual long do_hash(const char_type* __lo, const char_type* __hi) const; 226 long collate<_CharT>::do_hash(const char_type* __lo, const char_type* __hi) const {
|
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 321 do_hash(int id, const void *data, size_t len, void *out) in do_hash() function 409 olen2 = do_hash(i, buf, len, tmp2); in test_multihash_inner() 431 olen2 = do_hash(i, buf, u + 1, tmp2); in test_multihash_inner()
|