Home
last modified time | relevance | path

Searched refs:seed (Results 1 – 12 of 12) sorted by relevance

/include/linux/
Dxxhash.h95 uint32_t xxh32(const void *input, size_t length, uint32_t seed);
108 uint64_t xxh64(const void *input, size_t length, uint64_t seed);
124 uint64_t seed) in xxhash() argument
127 return xxh64(input, length, seed); in xxhash()
129 return xxh32(input, length, seed); in xxhash()
178 void xxh32_reset(struct xxh32_state *state, uint32_t seed);
212 void xxh64_reset(struct xxh64_state *state, uint64_t seed);
Dprandom.h17 void prandom_seed(u32 seed);
103 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state() argument
105 u32 i = ((seed >> 32) ^ (seed << 10) ^ seed) & 0xffffffffUL; in prandom_seed_state()
115 static inline u32 next_pseudo_random32(u32 seed) in next_pseudo_random32() argument
117 return seed * 1664525 + 1013904223; in next_pseudo_random32()
Dcrc32.h66 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)(data), length) argument
Drhashtable-types.h38 typedef u32 (*rht_hashfn_t)(const void *data, u32 len, u32 seed);
39 typedef u32 (*rht_obj_hashfn_t)(const void *data, u32 len, u32 seed);
Dbio.h375 sector_t seed) in bip_set_seed() argument
377 bip->bip_iter.bi_sector = seed; in bip_set_seed()
Dblkdev.h1757 sector_t seed; member
/include/crypto/
Drng.h45 int (*seed)(struct crypto_rng *tfm, const u8 *seed, unsigned int slen); member
183 int crypto_rng_reset(struct crypto_rng *tfm, const u8 *seed,
Ddrbg.h94 int (*update)(struct drbg_state *drbg, struct list_head *seed,
/include/net/
Dipv6_frag.h40 static inline u32 ip6frag_key_hashfn(const void *data, u32 len, u32 seed) in ip6frag_key_hashfn() argument
43 sizeof(struct frag_v6_compare_key) / sizeof(u32), seed); in ip6frag_key_hashfn()
46 static inline u32 ip6frag_obj_hashfn(const void *data, u32 len, u32 seed) in ip6frag_obj_hashfn() argument
51 sizeof(struct frag_v6_compare_key) / sizeof(u32), seed); in ip6frag_obj_hashfn()
/include/drm/
Ddrm_hashtab.h55 unsigned long seed, int bits, int shift,
/include/linux/ceph/
Dosdmap.h24 uint32_t seed; member
247 pgid->seed = ceph_decode_32(p); in ceph_decode_pgid()
/include/linux/platform_data/
Dcros_ec_commands.h6028 uint8_t seed[FP_CONTEXT_TPM_BYTES]; member