Home
last modified time | relevance | path

Searched defs:seed (Results 26 – 50 of 113) sorted by relevance

12345

/Linux-v6.6/include/linux/
Dxxhash.h124 uint64_t seed) in xxhash()
/Linux-v6.6/net/ipv4/
Dip_fragment.c717 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/
Dmain.c288 unsigned int seed = time(NULL); in main() local
/Linux-v6.6/net/netfilter/
Dnft_set_hash.c40 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
Dnf_flow_table_core.c215 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/
Dinsn_sanity.c33 static unsigned int seed; /* Random seed */ variable
/Linux-v6.6/include/crypto/
Drng.h62 int (*seed)(struct crypto_rng *tfm, const u8 *seed, unsigned int slen); member
/Linux-v6.6/crypto/
Drng.c31 int crypto_rng_reset(struct crypto_rng *tfm, const u8 *seed, unsigned int slen) in crypto_rng_reset()
Djitterentropy-kcapi.c301 const u8 *seed, unsigned int slen) in jent_kcapi_reset()
/Linux-v6.6/drivers/crypto/caam/
Dcaamprng.c146 const u8 *seed, unsigned int slen) in caam_prng_seed()
/Linux-v6.6/drivers/crypto/
Dqcom-rng.c98 static int qcom_rng_seed(struct crypto_rng *tfm, const u8 *seed, in qcom_rng_seed()
/Linux-v6.6/drivers/gpu/drm/
Ddrm_hashtab.c143 unsigned long seed, int bits, int shift, in drm_ht_just_insert_please()
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/flower/
Dmetadata.c460 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/
Dx86-stub.c773 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/
Dinput.c823 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/
Dnandbiterrs.c49 static unsigned seed; variable
/Linux-v6.6/arch/s390/boot/
Dkaslr.c57 unsigned long seed, random; in get_random() local
/Linux-v6.6/drivers/dax/
Ddax-private.h39 struct device *seed; member
/Linux-v6.6/drivers/scsi/esas2r/
Desas2r_flash.c97 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/
Defi.c695 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/
Dclaim.c80 struct device *seed = NULL; in is_idle() local
/Linux-v6.6/drivers/base/power/
Dtrace.c143 static unsigned int hash_string(unsigned int seed, const char *data, unsigned int mod) in hash_string()
/Linux-v6.6/drivers/media/platform/verisilicon/
Drockchip_av1_filmgrain.c207 static void rockchip_av1_init_random_generator(u8 luma_num, u16 seed, in rockchip_av1_init_random_generator()
/Linux-v6.6/drivers/of/
Dkexec.c434 u64 seed = get_random_u64(); in of_kexec_alloc_and_setup_fdt() local
/Linux-v6.6/scripts/gcc-plugins/
Drandomize_layout_plugin.c136 static void raninit(ranctx *x, u64 *seed) { in raninit()
241 u64 seed[4]; in shuffle() local

12345