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.c101 objhash_hash_f *hash_f; member
3426 ni->hash_f = objhash_hash_name; in ipfw_objhash_create()
3443 ipfw_objhash_set_funcs(struct namedobj_instance *ni, objhash_hash_f *hash_f, in ipfw_objhash_set_funcs() argument
3447 ni->hash_f = hash_f; in ipfw_objhash_set_funcs()
3485 hash = ni->hash_f(ni, name, set) % ni->nn_size; in ipfw_objhash_lookup_name()
3584 hash = ni->hash_f(ni, name, set) % ni->nn_size; in ipfw_objhash_lookup_name_type()
3627 hash = ni->hash_f(ni, no->name, no->set) % ni->nn_size; in ipfw_objhash_add()
3641 hash = ni->hash_f(ni, no->name, no->set) % ni->nn_size; in ipfw_objhash_del()
H A Dip_fw_private.h732 objhash_hash_f *hash_f, objhash_cmp_f *cmp_f);