Home
last modified time | relevance | path

Searched refs:hash_f (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dxmss_hash.h19 int hash_f(unsigned char *out, const unsigned char *in, const unsigned char *pub_seed, uint32_t add…
H A Dxmss_hash.c116 int hash_f(unsigned char *out, const unsigned char *in, const unsigned char *pub_seed, uint32_t add… in hash_f() function
H A Dxmss_wots.c79 hash_f(out, out, pub_seed, addr, params->n); in gen_chain()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c98 objhash_hash_f *hash_f; member
4351 ni->hash_f = objhash_hash_name; in ipfw_objhash_create()
4369 ipfw_objhash_set_funcs(struct namedobj_instance *ni, objhash_hash_f *hash_f, in ipfw_objhash_set_funcs() argument
4373 ni->hash_f = hash_f; in ipfw_objhash_set_funcs()
4411 hash = ni->hash_f(ni, name, set) % ni->nn_size; in ipfw_objhash_lookup_name()
4510 hash = ni->hash_f(ni, name, set) % ni->nn_size; in ipfw_objhash_lookup_name_type()
4553 hash = ni->hash_f(ni, no->name, no->set) % ni->nn_size; in ipfw_objhash_add()
4567 hash = ni->hash_f(ni, no->name, no->set) % ni->nn_size; in ipfw_objhash_del()
H A Dip_fw_private.h739 objhash_hash_f *hash_f, objhash_cmp_f *cmp_f);