/Linux-v6.6/include/linux/ |
D | xxhash.h | 124 uint64_t seed) in xxhash()
|
/Linux-v6.6/net/ipv4/ |
D | ip_fragment.c | 717 static u32 ip4_key_hashfn(const void *data, u32 len, u32 seed) in ip4_key_hashfn() 723 static u32 ip4_obj_hashfn(const void *data, u32 len, u32 seed) in ip4_obj_hashfn()
|
/Linux-v6.6/tools/testing/radix-tree/ |
D | main.c | 288 unsigned int seed = time(NULL); in main() local
|
/Linux-v6.6/net/netfilter/ |
D | nft_set_hash.c | 40 static inline u32 nft_rhash_key(const void *data, u32 len, u32 seed) in nft_rhash_key() 47 static inline u32 nft_rhash_obj(const void *data, u32 len, u32 seed) in nft_rhash_obj() 473 u32 seed; member
|
D | nf_flow_table_core.c | 215 static u32 flow_offload_hash(const void *data, u32 len, u32 seed) in flow_offload_hash() 222 static u32 flow_offload_hash_obj(const void *data, u32 len, u32 seed) in flow_offload_hash_obj()
|
/Linux-v6.6/arch/x86/tools/ |
D | insn_sanity.c | 33 static unsigned int seed; /* Random seed */ variable
|
/Linux-v6.6/include/crypto/ |
D | rng.h | 62 int (*seed)(struct crypto_rng *tfm, const u8 *seed, unsigned int slen); member
|
/Linux-v6.6/crypto/ |
D | rng.c | 31 int crypto_rng_reset(struct crypto_rng *tfm, const u8 *seed, unsigned int slen) in crypto_rng_reset()
|
D | jitterentropy-kcapi.c | 301 const u8 *seed, unsigned int slen) in jent_kcapi_reset()
|
/Linux-v6.6/drivers/crypto/caam/ |
D | caamprng.c | 146 const u8 *seed, unsigned int slen) in caam_prng_seed()
|
/Linux-v6.6/drivers/crypto/ |
D | qcom-rng.c | 98 static int qcom_rng_seed(struct crypto_rng *tfm, const u8 *seed, in qcom_rng_seed()
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_hashtab.c | 143 unsigned long seed, int bits, int shift, in drm_ht_just_insert_please()
|
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/flower/ |
D | metadata.c | 460 static u32 nfp_fl_obj_hashfn(const void *data, u32 len, u32 seed) in nfp_fl_obj_hashfn() 469 static u32 nfp_fl_key_hashfn(const void *data, u32 len, u32 seed) in nfp_fl_key_hashfn()
|
/Linux-v6.6/drivers/firmware/efi/libstub/ |
D | x86-stub.c | 773 static void efi_get_seed(void *seed, int size) in efi_get_seed() 794 u32 seed[2] = {}; in efi_decompress_kernel() local
|
/Linux-v6.6/net/sctp/ |
D | input.c | 823 const union sctp_addr *paddr, __u32 seed) in sctp_hashfn() 905 static inline __u32 sctp_hash_obj(const void *data, u32 len, u32 seed) in sctp_hash_obj() 914 static inline __u32 sctp_hash_key(const void *data, u32 len, u32 seed) in sctp_hash_key()
|
/Linux-v6.6/drivers/mtd/tests/ |
D | nandbiterrs.c | 49 static unsigned seed; variable
|
/Linux-v6.6/arch/s390/boot/ |
D | kaslr.c | 57 unsigned long seed, random; in get_random() local
|
/Linux-v6.6/drivers/dax/ |
D | dax-private.h | 39 struct device *seed; member
|
/Linux-v6.6/drivers/scsi/esas2r/ |
D | esas2r_flash.c | 97 static u8 esas2r_calc_byte_xor_cksum(u8 *addr, u32 len, u8 seed) in esas2r_calc_byte_xor_cksum() 122 static u8 esas2r_calc_byte_cksum(void *addr, u32 len, u8 seed) in esas2r_calc_byte_cksum()
|
/Linux-v6.6/drivers/firmware/efi/ |
D | efi.c | 695 struct linux_efi_random_seed *seed; in efi_config_parse_tables() local 1144 struct linux_efi_random_seed *seed; in update_efi_random_seed() local
|
/Linux-v6.6/drivers/nvdimm/ |
D | claim.c | 80 struct device *seed = NULL; in is_idle() local
|
/Linux-v6.6/drivers/base/power/ |
D | trace.c | 143 static unsigned int hash_string(unsigned int seed, const char *data, unsigned int mod) in hash_string()
|
/Linux-v6.6/drivers/media/platform/verisilicon/ |
D | rockchip_av1_filmgrain.c | 207 static void rockchip_av1_init_random_generator(u8 luma_num, u16 seed, in rockchip_av1_init_random_generator()
|
/Linux-v6.6/drivers/of/ |
D | kexec.c | 434 u64 seed = get_random_u64(); in of_kexec_alloc_and_setup_fdt() local
|
/Linux-v6.6/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 136 static void raninit(ranctx *x, u64 *seed) { in raninit() 241 u64 seed[4]; in shuffle() local
|