/Linux-v6.6/lib/ |
D | xxhash.c | 94 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()
|
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()
|
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-v6.6/include/linux/ |
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()
|
D | crc32.h | 66 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)(data), length) argument
|
D | xxhash.h | 124 uint64_t seed) in xxhash()
|
/Linux-v6.6/fs/nilfs2/ |
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() 232 u32 seed) in nilfs_segbuf_fill_in_super_root_crc() 319 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs()
|
/Linux-v6.6/include/net/ |
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-v6.6/drivers/crypto/ |
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-v6.6/crypto/ |
D | drbg.c | 423 struct drbg_string *seed = NULL; in drbg_ctr_df() local 532 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() 655 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update() 861 static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hash_update() 1039 static inline int __drbg_seed(struct drbg_state *drbg, struct list_head *seed, in __drbg_seed() 1969 const u8 *seed, unsigned int slen) in drbg_kcapi_seed()
|
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-v6.6/drivers/staging/media/atomisp/pci/ |
D | ia_css_prbs.h | 50 int seed; /** random seed for the 1st 2-pixel-components/clock */ member
|
/Linux-v6.6/arch/s390/crypto/ |
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-v6.6/arch/arm64/kernel/pi/ |
D | kaslr_early.c | 90 u64 seed; in kaslr_early_init() local
|
/Linux-v6.6/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-prng.c | 4 int sun4i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun4i_ss_prng_seed()
|
/Linux-v6.6/rust/alloc/ |
D | lib.rs | 283 let seed: [u8; 16] = seed_vec.as_slice().try_into().unwrap(); in test_rng() localVariable
|
/Linux-v6.6/drivers/firmware/efi/libstub/ |
D | random.c | 70 struct linux_efi_random_seed *prev_seed, *seed = NULL; in efi_random_get_seed() local
|
D | zboot.c | 101 u32 seed = U32_MAX; in efi_zboot_entry() local
|
/Linux-v6.6/drivers/crypto/hisilicon/trng/ |
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-v6.6/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-prng.c | 19 int sun8i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun8i_ss_prng_seed()
|
/Linux-v6.6/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-prng.c | 34 int sun8i_ce_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun8i_ce_prng_seed()
|
/Linux-v6.6/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-gpr.c | 119 unsigned long seed; in ptrace_gpr() local
|
/Linux-v6.6/net/ieee802154/6lowpan/ |
D | reassembly.c | 490 static u32 lowpan_key_hashfn(const void *data, u32 len, u32 seed) in lowpan_key_hashfn() 496 static u32 lowpan_obj_hashfn(const void *data, u32 len, u32 seed) in lowpan_obj_hashfn()
|
/Linux-v6.6/kernel/trace/ |
D | trace_benchmark.c | 43 u64 seed; in trace_do_benchmark() local
|
/Linux-v6.6/drivers/char/hw_random/ |
D | hisi-rng.c | 38 u32 seed; in hisi_rng_init() local
|