Searched refs:seed (Results 1 – 12 of 12) sorted by relevance
/include/linux/ |
D | xxhash.h | 95 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);
|
D | prandom.h | 17 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()
|
D | crc32.h | 66 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)(data), length) argument
|
D | rhashtable-types.h | 38 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);
|
D | bio.h | 375 sector_t seed) in bip_set_seed() argument 377 bip->bip_iter.bi_sector = seed; in bip_set_seed()
|
D | blkdev.h | 1757 sector_t seed; member
|
/include/crypto/ |
D | rng.h | 45 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,
|
D | drbg.h | 94 int (*update)(struct drbg_state *drbg, struct list_head *seed,
|
/include/net/ |
D | ipv6_frag.h | 40 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/ |
D | drm_hashtab.h | 55 unsigned long seed, int bits, int shift,
|
/include/linux/ceph/ |
D | osdmap.h | 24 uint32_t seed; member 247 pgid->seed = ceph_decode_32(p); in ceph_decode_pgid()
|
/include/linux/platform_data/ |
D | cros_ec_commands.h | 6028 uint8_t seed[FP_CONTEXT_TPM_BYTES]; member
|