/linux/lib/ |
H 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()
|
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/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/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()
|
H A D | xxhash_generic.c | 13 u64 seed; member
|
H A D | rng.c | 31 int crypto_rng_reset(struct crypto_rng *tfm, const u8 *seed, unsigned int slen) in crypto_rng_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 | 44 u64 seed, range; in kaslr_early_init() 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/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/firmware/efi/libstub/ |
H A D | random.c | 70 struct linux_efi_random_seed *prev_seed, *seed = NULL; in efi_random_get_seed() local
|
H A D | zboot.c | 101 u32 seed = U32_MAX; in efi_zboot_entry() local
|
/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/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 486 static u32 lowpan_key_hashfn(const void *data, u32 len, u32 seed) in lowpan_key_hashfn() 492 static u32 lowpan_obj_hashfn(const void *data, u32 len, u32 seed) in lowpan_obj_hashfn()
|
/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
|
/linux/include/linux/ |
H A D | crc32.h | 105 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)(data), length) argument
|
H A D | xxhash.h | 124 uint64_t seed) in xxhash()
|
/linux/block/ |
H A D | t10-pi.c | 18 sector_t seed; member 257 u64 ref, seed; in ext_pi_crc64_verify() local
|
/linux/tools/testing/radix-tree/ |
H A D | main.c | 288 unsigned int seed = time(NULL); in main() local
|
/linux/arch/x86/tools/ |
H A D | insn_sanity.c | 33 static unsigned int seed; /* Random seed */ variable
|