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

/freebsd-current/sbin/dhclient/
H A Dhash.c48 static int do_hash(const unsigned char *, int, int);
63 do_hash(const unsigned char *name, int len, int size) function
89 hashno = do_hash(name, len, table->hash_count);
115 hashno = do_hash(name, len, table->hash_count);
/freebsd-current/usr.sbin/certctl/
H A Dcertctl.sh79 do_hash() function
115 hash=$(do_hash "$1") || return
145 hash=$(do_hash "$1") || return
273 hash=$(do_hash "$UTFILE")
/freebsd-current/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)
278 hash_val = do_hash(key, table);
314 hash_val = do_hash(key, table);
330 hash_val = do_hash(key, table);
/freebsd-current/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 134 milliseconds