Searched refs:seed (Results 1 – 11 of 11) sorted by relevance
| /include/linux/ |
| A 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); 186 void xxh64_reset(struct xxh64_state *state, uint64_t seed);
|
| A D | prandom.h | 40 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state() argument 42 u32 i = ((seed >> 32) ^ (seed << 10) ^ seed) & 0xffffffffUL; in prandom_seed_state() 51 static inline u32 next_pseudo_random32(u32 seed) in next_pseudo_random32() argument 53 return seed * 1664525 + 1013904223; in next_pseudo_random32()
|
| A D | rhashtable-types.h | 39 typedef u32 (*rht_hashfn_t)(const void *data, u32 len, u32 seed); 40 typedef u32 (*rht_obj_hashfn_t)(const void *data, u32 len, u32 seed);
|
| A D | bio-integrity.h | 65 sector_t seed) in bip_set_seed() argument 67 bip->bip_iter.bi_sector = seed; in bip_set_seed()
|
| A D | uio.h | 90 u64 seed; member
|
| /include/crypto/ |
| A D | rng.h | 47 int (*seed)(struct crypto_rng *tfm, const u8 *seed, unsigned int slen); member 181 int crypto_rng_reset(struct crypto_rng *tfm, const u8 *seed,
|
| A D | drbg.h | 94 int (*update)(struct drbg_state *drbg, struct list_head *seed,
|
| /include/net/ |
| A D | ipv6_frag.h | 41 static inline u32 ip6frag_key_hashfn(const void *data, u32 len, u32 seed) in ip6frag_key_hashfn() argument 44 sizeof(struct frag_v6_compare_key) / sizeof(u32), seed); in ip6frag_key_hashfn() 47 static inline u32 ip6frag_obj_hashfn(const void *data, u32 len, u32 seed) in ip6frag_obj_hashfn() argument 52 sizeof(struct frag_v6_compare_key) / sizeof(u32), seed); in ip6frag_obj_hashfn()
|
| /include/linux/ceph/ |
| A D | osdmap.h | 24 uint32_t seed; member 247 pgid->seed = ceph_decode_32(p); in ceph_decode_pgid()
|
| /include/uapi/linux/ |
| A D | io_uring.h | 128 __u64 seed; member
|
| /include/linux/platform_data/ |
| A D | cros_ec_commands.h | 6392 uint8_t seed[FP_CONTEXT_TPM_BYTES]; member
|
Completed in 45 milliseconds