Home
last modified time | relevance | path

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

123456

/linux/lib/
H A Dxxhash.c79 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 Drandom32.c131 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 Dsegbuf.c176 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 Dexynos-rng.c98 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 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/lib/tests/
H A Dtest_hash.c26 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 Dtrng.c71 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 Darchrandom_early.c21 unsigned long seed = 0; in get_kaslr_seed_zkr() local
/linux/crypto/
H A Ddrbg.c306 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 Dsha256.c22 __u64 seed = 0; in test_sha256() local
/linux/io_uring/
H A Drw.h7 u32 seed; member
/linux/arch/arm64/kernel/pi/
H A Dkaslr_early.c42 u64 seed, range; in kaslr_early_init() local
/linux/tools/testing/selftests/bpf/progs/
H A Dcsum_diff_test.c15 unsigned short seed = 0; variable
/linux/arch/s390/crypto/
H A Dprng.c260 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 Dzboot.c66 u32 seed = U32_MAX; in efi_zboot_entry() local
H A Drandom.c70 struct linux_efi_random_seed *prev_seed, *seed = NULL; in efi_random_get_seed() local
/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_prbs.h41 int seed; /** random seed for the 1st 2-pixel-components/clock */ 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/block/
H A Dt10-pi.c35 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 Dsun4i-ss-prng.c4 int sun4i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun4i_ss_prng_seed()
/linux/tools/include/linux/
H A Dprandom.h24 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state()
/linux/drivers/md/dm-vdo/
H A Dmurmurhash3.c33 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 Dsun8i-ss-prng.c19 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 Dsun8i-ce-prng.c34 int sun8i_ce_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun8i_ce_prng_seed()

123456