| /linux/lib/ |
| H A D | xxhash.c | 79 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round() 87 uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32() 157 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64() 227 void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) in xxh64_reset()
|
| 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/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/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/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/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/drivers/crypto/hisilicon/trng/ |
| H A D | trng.c | 71 static int hisi_trng_set_seed(struct hisi_trng *trng, const u8 *seed) in hisi_trng_set_seed() 104 static int hisi_trng_seed(struct crypto_rng *tfm, const u8 *seed, in hisi_trng_seed() 126 u8 seed[SW_DRBG_SEED_SIZE]; in hisi_trng_reseed() local
|
| /linux/arch/riscv/kernel/pi/ |
| H A D | archrandom_early.c | 21 unsigned long seed = 0; in get_kaslr_seed_zkr() local
|
| /linux/crypto/ |
| H A D | drbg.c | 306 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() 427 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update() 631 static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hash_update() 809 static inline int __drbg_seed(struct drbg_state *drbg, struct list_head *seed, in __drbg_seed() 1704 const u8 *seed, unsigned int slen) in drbg_kcapi_seed()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sha256.c | 22 __u64 seed = 0; in test_sha256() local
|
| /linux/io_uring/ |
| H A D | rw.h | 7 u32 seed; member
|
| /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/arch/s390/crypto/ |
| H A D | prng.c | 260 static const u8 seed[] __initconst = { in prng_sha512_selftest() local 370 u8 seed[128 + 16]; in prng_sha512_instantiate() local 451 u8 seed[64]; in prng_sha512_reseed() local
|
| /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/include/linux/ |
| H A D | prandom.h | 40 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state()
|
| H A D | xxhash.h | 124 uint64_t seed) in xxhash()
|
| /linux/block/ |
| H A D | t10-pi.c | 35 u64 seed; member 137 u64 seed = lower_48_bits(iter->seed); in blk_verify_ext_pi() local 168 u32 seed = lower_32_bits(iter->seed); in blk_verify_pi() 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/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()
|