Searched refs:do_hash (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sbin/dhclient/
H A Dhash.c50 static int do_hash(const unsigned char *, int, int);
65 do_hash(const unsigned char *name, int len, int size) function
91 hashno = do_hash(name, len, table->hash_count);
117 hashno = do_hash(name, len, table->hash_count);
/freebsd-13-stable/usr.sbin/certctl/
H A Dcertctl.sh45 do_hash() function
80 hash=$( do_hash "$1" ) || return
103 hash=$( do_hash "$1" ) || return
224 hash=$( do_hash "$BFILE" )
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A 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-13-stable/contrib/bearssl/test/
H A Dtest_crypto.c321 do_hash(int id, const void *data, size_t len, void *out) function
409 olen2 = do_hash(i, buf, len, tmp2);
431 olen2 = do_hash(i, buf, u + 1, tmp2);

Completed in 77 milliseconds