Searched refs:hash_seed (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | bloom_filter.c | 18 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 D | xt_cluster.c | 29 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 D | xt_cluster.h | 14 __u32 hash_seed; member
|
/openbmc/linux/net/openvswitch/ |
H A D | flow_table.h | 59 u32 hash_seed; member
|
H A D | flow_table.c | 172 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 D | ace_sha.c | 128 writel(seed << i, ®->hash_seed[i]); in srand()
|
H A D | ace_sha.h | 74 unsigned int hash_seed[5]; member
|
/openbmc/u-boot/include/ |
H A D | ext_common.h | 108 __le32 hash_seed[4]; member
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | partition.py | 348 hash_seed = str(uuid.uuid5(namespace, str(sde_time))) 349 extraopts += " -E hash_seed=%s" % hash_seed
|
/openbmc/linux/include/net/ |
H A D | amt.h | 338 u32 hash_seed; member
|
/openbmc/linux/drivers/net/ |
H A D | amt.c | 123 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 D | release-notes-5.0.3.rst | 183 - wic/partition.py: Set hash_seed for empty ext partition
|