Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 25 of 89) sorted by relevance

1234

/linux/lib/
H A Dxxhash.c94 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round()
102 uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32()
172 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64()
242 void xxh32_reset(struct xxh32_state *statePtr, const uint32_t seed) in xxh32_reset()
256 void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) in xxh64_reset()
/linux/include/net/
H A Dipv6_frag.h41 static inline u32 ip6frag_key_hashfn(const void *data, u32 len, u32 seed) in ip6frag_key_hashfn()
47 static inline u32 ip6frag_obj_hashfn(const void *data, u32 len, u32 seed) in ip6frag_obj_hashfn()
/linux/crypto/
H A Ddrbg.c308 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update()
429 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update()
633 static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hash_update()
811 static inline int __drbg_seed(struct drbg_state *drbg, struct list_head *seed, in __drbg_seed()
1714 const u8 *seed, unsigned int slen) in drbg_kcapi_seed()
H A Ddf_sp80090a.c139 struct drbg_string *seed = NULL; in crypto_drbg_ctr_df() local
/linux/arch/riscv/kernel/pi/
H A Darchrandom_early.c21 unsigned long seed = 0; in get_kaslr_seed_zkr() local
/linux/io_uring/
H A Drw.h7 u32 seed; member
/linux/include/linux/
H A Dprandom.h40 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state()
H A Dxxhash.h124 uint64_t seed) in xxhash()
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-prng.c4 int sun4i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun4i_ss_prng_seed()
/linux/drivers/crypto/hisilicon/trng/
H A Dtrng.c67 static void hisi_trng_set_seed(struct hisi_trng *trng, const u8 *seed) in hisi_trng_set_seed()
83 static int hisi_trng_seed(struct crypto_rng *tfm, const u8 *seed, in hisi_trng_seed()
/linux/drivers/firmware/efi/libstub/
H A Drandom.c70 struct linux_efi_random_seed *prev_seed, *seed = NULL; in efi_random_get_seed() local
H A Dx86-stub.c699 efi_get_seed(void * seed,int size) efi_get_seed() argument
741 u32 seed[2] = {}; efi_decompress_kernel() local
[all...]
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-prng.c19 int sun8i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun8i_ss_prng_seed()
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.c119 unsigned long seed; in ptrace_gpr() local
/linux/net/ieee802154/6lowpan/
H A Dreassembly.c493 static u32 lowpan_key_hashfn(const void *data, u32 len, u32 seed) in lowpan_key_hashfn()
499 static u32 lowpan_obj_hashfn(const void *data, u32 len, u32 seed) in lowpan_obj_hashfn()
/linux/kernel/trace/
H A Dtrace_benchmark.c43 u64 seed; in trace_do_benchmark() local
/linux/include/crypto/
H A Drng.h47 int (*seed)(struct crypto_rng *tfm, const u8 *seed, unsigned int slen); member
/linux/drivers/char/hw_random/
H A Dhisi-rng.c38 u32 seed; in hisi_rng_init() local
/linux/block/
H A Dt10-pi.c18 sector_t seed; member
257 u64 ref, seed; in ext_pi_crc64_verify() local
/linux/tools/testing/radix-tree/
H A Dmain.c288 unsigned int seed = time(NULL); in main() local
/linux/net/sctp/
H A Dinput.c826 const union sctp_addr *paddr, __u32 seed) in sctp_hashfn()
908 static inline __u32 sctp_hash_obj(const void *data, u32 len, u32 seed) in sctp_hash_obj()
917 static inline __u32 sctp_hash_key(const void *data, u32 len, u32 seed) in sctp_hash_key()
/linux/arch/x86/tools/
H A Dinsn_sanity.c33 static unsigned int seed; /* Random seed */ variable
/linux/drivers/crypto/caam/
H A Dcaamprng.c146 const u8 *seed, unsigned int slen) in caam_prng_seed()
/linux/drivers/mtd/tests/
H A Dnandbiterrs.c49 static unsigned seed; variable
/linux/drivers/nvdimm/
H A Dclaim.c61 struct device *seed = NULL; in is_idle() local

1234