/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sbom.py | 53 def _doc_path_by_hashfn(spdx_deploy, arch, doc_name, hashfn): argument 55 spdx_deploy / "by-hash" / arch / hashfn.split()[1] / (doc_name + ".spdx.json") 59 def doc_find_by_hashfn(spdx_deploy, search_arches, doc_name, hashfn): argument 61 p = _doc_path_by_hashfn(spdx_deploy, pkgarch, doc_name, hashfn)
|
H A D | spdx_common.py | 106 deps.add((dep_data.pn, dep_data.hashfn, dep_name in this_dep.taskhash_deps))
|
H A D | sstatesig.py | 175 self.lockedhashfn[fn] = dataCaches[mc].hashfn[fn]
|
/openbmc/linux/include/linux/ |
H A D | rhashtable-types.h | 64 rht_hashfn_t hashfn; member
|
H A D | rhashtable.h | 133 hash = ht->p.hashfn(key, ht->key_len, hash_rnd); in rht_key_get_hash() 137 if (params.hashfn) in rht_key_get_hash() 138 hash = params.hashfn(key, key_len, hash_rnd); in rht_key_get_hash() 146 if (params.hashfn) in rht_key_get_hash() 147 hash = params.hashfn(key, key_len, hash_rnd); in rht_key_get_hash()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
H A D | 0005-snmplib-keytools.c-Don-t-check-for-return-from-EVP_M.patch | 33 if (!EVP_DigestInit(ctx, hashfn)) {
|
/openbmc/linux/lib/ |
H A D | rhashtable.c | 1051 if (!params->hashfn) { in rhashtable_init() 1052 ht->p.hashfn = jhash; in rhashtable_init() 1056 ht->p.hashfn = rhashtable_jhash2; in rhashtable_init()
|
H A D | test_rhashtable.c | 98 .hashfn = jhash, 105 .hashfn = jhash,
|
/openbmc/linux/net/mac80211/ |
H A D | mesh_pathtbl.c | 33 .hashfn = mesh_table_hash, 42 .hashfn = mesh_table_hash,
|
/openbmc/linux/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 514 .hashfn = lowpan_key_hashfn,
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nf_conntrack_reasm.c | 542 .hashfn = ip6frag_key_hashfn,
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cache.py | 162 cachedata.hashfn = {} 229 cachedata.hashfn[fn] = self.hashfilename
|
H A D | runqueue.py | 1534 sq_data['hashfn'][tid] = self.rqdata.dataCaches[mc].hashfn[taskfn] 2486 hashfn = self.rqdata.dataCaches[mc].hashfn[taskfn], 2882 hashfn = self.rqdata.dataCaches[mc].hashfn[taskfn],
|
/openbmc/linux/net/ipv6/ |
H A D | reassembly.c | 568 .hashfn = ip6frag_key_hashfn,
|
/openbmc/linux/net/core/ |
H A D | xdp.c | 67 .hashfn = xdp_mem_id_hashfn,
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | metadata.c | 479 .hashfn = nfp_fl_key_hashfn,
|
/openbmc/linux/net/netfilter/ |
H A D | nf_flow_table_core.c | 250 .hashfn = flow_offload_hash,
|
H A D | nft_set_hash.c | 75 .hashfn = nft_rhash_key,
|
/openbmc/linux/net/ipv4/ |
H A D | ip_fragment.c | 748 .hashfn = ip4_key_hashfn,
|
/openbmc/linux/fs/quota/ |
H A D | dquot.c | 276 hashfn(const struct super_block *sb, struct kqid qid) in hashfn() function 292 head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id); in insert_dquot_hash() 936 unsigned int hashent = hashfn(sb, qid); in dqget()
|
/openbmc/linux/net/sctp/ |
H A D | input.c | 926 .hashfn = sctp_hash_key,
|
/openbmc/linux/security/apparmor/ |
H A D | policy_unpack.c | 1056 params.hashfn = strhash; in unpack_profile()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_acl_flex_actions.c | 176 .hashfn = mlxsw_afa_cookie_key_hashfn,
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sstate.bbclass | 949 splithashfn = sq_data['hashfn'][task].split(" ")
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_policy.c | 1521 .hashfn = xfrm_pol_bin_key,
|