Searched refs:seed (Results 1 – 11 of 11) sorted by relevance
| /include/linux/ |
| D | prandom.h | 39 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state() argument 41 u32 i = ((seed >> 32) ^ (seed << 10) ^ seed) & 0xffffffffUL; in prandom_seed_state() 50 static inline u32 next_pseudo_random32(u32 seed) in next_pseudo_random32() argument 52 return seed * 1664525 + 1013904223; in next_pseudo_random32()
|
| 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 | bio-integrity.h | 66 sector_t seed) in bip_set_seed() argument 68 bip->bip_iter.bi_sector = seed; in bip_set_seed() 75 int bio_integrity_map_user(struct bio *bio, void __user *ubuf, ssize_t len, u32 seed); 102 ssize_t len, u32 seed) in bio_integrity_map_user() argument
|
| D | crc32.h | 69 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)(data), length) argument
|
| 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);
|
| D | blk-integrity.h | 31 ssize_t bytes, u32 seed); 108 u32 seed) in blk_rq_integrity_map_user() argument
|
| /include/crypto/ |
| D | rng.h | 47 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 | 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/ |
| 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 | 6369 uint8_t seed[FP_CONTEXT_TPM_BYTES]; member
|