/linux/lib/ |
A 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()
|
A D | test_hash.c | 28 xorshift(u32 seed) in xorshift() 49 fill_buf(char *buf, size_t len, u32 seed) in fill_buf()
|
A D | random32.c | 132 u32 seed; member 142 u32 seed; member 259 static void prandom_seed_early(struct rnd_state *state, u32 seed, in prandom_seed_early()
|
/linux/arch/s390/crypto/ |
A D | arch_random.c | 88 u8 seed[ARCH_PRNG_SEED_SIZE]; in arch_rng_refill_buffer() local 155 u8 seed[32]; in refill_rndlong_buf() local
|
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/fs/nilfs2/ |
A D | segbuf.c | 170 nilfs_segbuf_fill_in_segsum_crc(struct nilfs_segment_buffer *segbuf, u32 seed) in nilfs_segbuf_fill_in_segsum_crc() 198 u32 seed) in nilfs_segbuf_fill_in_data_crc() 226 u32 seed) in nilfs_segbuf_fill_in_super_root_crc() 313 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs()
|
/linux/include/linux/ |
A D | prandom.h | 112 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state() 124 static inline u32 next_pseudo_random32(u32 seed) in next_pseudo_random32()
|
A D | crc32.h | 66 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)(data), length) argument
|
/linux/include/net/ |
A D | ipv6_frag.h | 40 static inline u32 ip6frag_key_hashfn(const void *data, u32 len, u32 seed) in ip6frag_key_hashfn() 46 static inline u32 ip6frag_obj_hashfn(const void *data, u32 len, u32 seed) in ip6frag_obj_hashfn()
|
/linux/drivers/crypto/ |
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/crypto/ |
A D | drbg.c | 422 struct drbg_string *seed = NULL; in drbg_ctr_df() local 531 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() 654 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update() 860 static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hash_update() 1038 static inline int __drbg_seed(struct drbg_state *drbg, struct list_head *seed, in __drbg_seed() 1967 const u8 *seed, unsigned int slen) in drbg_kcapi_seed()
|
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()
|
A D | xxhash_generic.c | 13 u64 seed; member
|
/linux/drivers/staging/media/atomisp/pci/ |
A D | ia_css_prbs.h | 50 int seed; /** random seed for the 1st 2-pixel-components/clock */ member
|
/linux/drivers/crypto/allwinner/sun4i-ss/ |
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/drivers/firmware/efi/libstub/ |
A D | random.c | 71 struct linux_efi_random_seed *seed = NULL; in efi_random_get_seed() local
|
/linux/arch/arm64/kernel/ |
A D | kaslr.c | 67 u64 seed, offset, mask, module_range; in kaslr_early_init() local
|
/linux/drivers/crypto/allwinner/sun8i-ss/ |
A D | sun8i-ss-prng.c | 17 int sun8i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun8i_ss_prng_seed()
|
/linux/drivers/crypto/allwinner/sun8i-ce/ |
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/drivers/crypto/hisilicon/trng/ |
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/kernel/trace/ |
A D | trace_benchmark.c | 43 u64 seed; in trace_do_benchmark() local
|
/linux/tools/testing/selftests/powerpc/dscr/ |
A D | dscr.h | 118 double uniform_deviate(int seed) in uniform_deviate()
|
/linux/include/crypto/ |
A D | rng.h | 45 int (*seed)(struct crypto_rng *tfm, const u8 *seed, unsigned int slen); member
|
/linux/net/ieee802154/6lowpan/ |
A D | reassembly.c | 485 static u32 lowpan_key_hashfn(const void *data, u32 len, u32 seed) in lowpan_key_hashfn() 491 static u32 lowpan_obj_hashfn(const void *data, u32 len, u32 seed) in lowpan_obj_hashfn()
|
/linux/drivers/char/hw_random/ |
A D | hisi-rng.c | 38 u32 seed; in hisi_rng_init() local
|