Home
last modified time | relevance | path

Searched refs:hash_seed (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dbloom_filter.c18 u32 hash_seed; member
29 h = jhash2(value, value_size / 4, bloom->hash_seed + index); in hash()
31 h = jhash(value, value_size, bloom->hash_seed + index); in hash()
157 bloom->hash_seed = get_random_u32(); in bloom_map_alloc()
/openbmc/linux/net/netfilter/
H A Dxt_cluster.c29 return jhash_1word(ip, info->hash_seed); in xt_cluster_hash_ipv4()
35 return jhash2(ip, NF_CT_TUPLE_L3SIZE / sizeof(__u32), info->hash_seed); in xt_cluster_hash_ipv6()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_cluster.h14 __u32 hash_seed; member
/openbmc/linux/net/openvswitch/
H A Dflow_table.h59 u32 hash_seed; member
H A Dflow_table.c172 get_random_bytes(&ti->hash_seed, sizeof(u32)); in table_instance_alloc()
557 hash = jhash_1word(hash, ti->hash_seed); in find_bucket()
/openbmc/u-boot/drivers/crypto/
H A Dace_sha.c128 writel(seed << i, &reg->hash_seed[i]); in srand()
H A Dace_sha.h74 unsigned int hash_seed[5]; member
/openbmc/u-boot/include/
H A Dext_common.h108 __le32 hash_seed[4]; member
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpartition.py348 hash_seed = str(uuid.uuid5(namespace, str(sde_time)))
349 extraopts += " -E hash_seed=%s" % hash_seed
/openbmc/linux/include/net/
H A Damt.h338 u32 hash_seed; member
/openbmc/linux/drivers/net/
H A Damt.c123 u32 hash = jhash(src, sizeof(*src), tunnel->amt->hash_seed); in amt_source_hash()
200 u32 hash = jhash(group, sizeof(*group), tunnel->amt->hash_seed); in amt_group_hash()
3191 get_random_bytes(&amt->hash_seed, sizeof(amt->hash_seed)); in amt_newlink()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.0.3.rst183 - wic/partition.py: Set hash_seed for empty ext partition