Home
last modified time | relevance | path

Searched refs:do_hash (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sbin/dhclient/
Dhash.c50 static int do_hash(const unsigned char *, int, int);
65 do_hash(const unsigned char *name, int len, int size) in do_hash() function
91 hashno = do_hash(name, len, table->hash_count); in add_hash()
117 hashno = do_hash(name, len, table->hash_count); in hash_lookup()
/freebsd-12-stable/usr.sbin/certctl/
Dcertctl.sh45 do_hash() function
80 hash=$( do_hash "$1" ) || return
102 hash=$( do_hash "$1" ) || return
209 hash=$( do_hash "$BFILE" )
/freebsd-12-stable/contrib/ofed/opensm/opensm/
Dst.c106 #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)
287 hash_val = do_hash(key, table);
326 hash_val = do_hash(key, table);
345 hash_val = do_hash(key, table);
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
D__locale290 return do_hash(__lo, __hi);
301 virtual long do_hash(const char_type* __lo, const char_type* __hi) const;
328 collate<_CharT>::do_hash(const char_type* __lo, const char_type* __hi) const
/freebsd-12-stable/contrib/libstdc++/include/bits/
Dlocale_facets.h2629 { return this->do_hash(__lo, __hi); } in hash()
2686 do_hash(const _CharT* __lo, const _CharT* __hi) const;
Dlocale_facets.tcc2497 do_hash(const _CharT* __lo, const _CharT* __hi) const in do_hash() function in collate
/freebsd-12-stable/contrib/bearssl/test/
Dtest_crypto.c321 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()
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-20024455 * include/bits/locale_facets.tcc (collate::do_hash): Fix.