/linux/lib/ |
H A D | random32.c | 131 u32 seed; member 141 u32 seed; member 248 static void prandom_state_selftest_seed(struct rnd_state *state, u32 seed) in prandom_state_selftest_seed()
|
/linux/include/linux/ |
H A D | prandom.h | 40 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state() 51 static inline u32 next_pseudo_random32(u32 seed) in next_pseudo_random32()
|
/linux/fs/nilfs2/ |
H A D | segbuf.c | 176 nilfs_segbuf_fill_in_segsum_crc(struct nilfs_segment_buffer *segbuf, u32 seed) in nilfs_segbuf_fill_in_segsum_crc() 204 u32 seed) in nilfs_segbuf_fill_in_data_crc() 235 u32 seed) in nilfs_segbuf_fill_in_super_root_crc() 322 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs()
|
/linux/include/net/ |
H A D | ipv6_frag.h | 41 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/drivers/crypto/ |
H A D | exynos-rng.c | 98 const u8 *seed, unsigned int slen) in exynos_rng_set_seed() 178 u8 seed[EXYNOS_RNG_SEED_SIZE]; in exynos_rng_reseed() local 225 static int exynos_rng_seed(struct crypto_rng *tfm, const u8 *seed, in exynos_rng_seed()
|
/linux/lib/tests/ |
H A D | test_hash.c | 26 xorshift(u32 seed) in xorshift() 46 static void fill_buf(char *buf, size_t len, u32 seed) in fill_buf()
|
/linux/crypto/ |
H A D | drbg.c | 412 struct drbg_string *seed = NULL; in drbg_ctr_df() local 521 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() 642 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update() 846 static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hash_update() 1024 static inline int __drbg_seed(struct drbg_state *drbg, struct list_head *seed, in __drbg_seed() 1954 const u8 *seed, unsigned int slen) in drbg_kcapi_seed()
|
H A D | ansi_cprng.c | 365 const u8 *seed, unsigned int slen) in cprng_reset() 395 const u8 *seed, unsigned int slen) in fips_cprng_reset()
|
/linux/arch/riscv/kernel/pi/ |
H A D | archrandom_early.c | 21 unsigned long seed = 0; in get_kaslr_seed_zkr() local
|
/linux/arch/arm64/kernel/pi/ |
H A D | kaslr_early.c | 42 u64 seed, range; in kaslr_early_init() local
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | csum_diff_test.c | 15 unsigned short seed = 0; variable
|
/linux/drivers/firmware/efi/libstub/ |
H A D | zboot.c | 66 u32 seed = U32_MAX; in efi_zboot_entry() local
|
H A D | random.c | 70 struct linux_efi_random_seed *prev_seed, *seed = NULL; in efi_random_get_seed() local
|
/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_prbs.h | 41 int seed; /** random seed for the 1st 2-pixel-components/clock */ member
|
/linux/arch/s390/crypto/ |
H A D | prng.c | 261 static const u8 seed[] __initconst = { in prng_sha512_selftest() local 371 u8 seed[128 + 16]; in prng_sha512_instantiate() local 452 u8 seed[64]; in prng_sha512_reseed() local
|
/linux/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-prng.c | 4 int sun4i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun4i_ss_prng_seed()
|
/linux/tools/include/linux/ |
H A D | prandom.h | 24 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state()
|
/linux/drivers/md/dm-vdo/ |
H A D | murmurhash3.c | 33 void murmurhash3_128(const void *key, const int len, const u32 seed, void *out) in murmurhash3_128()
|
/linux/drivers/crypto/hisilicon/trng/ |
H A D | trng.c | 67 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/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-prng.c | 19 int sun8i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun8i_ss_prng_seed()
|
/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-prng.c | 34 int sun8i_ce_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun8i_ce_prng_seed()
|
/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-gpr.c | 119 unsigned long seed; in ptrace_gpr() local
|
/linux/kernel/trace/ |
H A D | trace_benchmark.c | 43 u64 seed; in trace_do_benchmark() local
|
/linux/include/crypto/ |
H A D | rng.h | 47 int (*seed)(struct crypto_rng *tfm, const u8 *seed, unsigned int slen); member
|
/linux/drivers/char/hw_random/ |
H A D | hisi-rng.c | 38 u32 seed; in hisi_rng_init() local
|