Searched defs:seed (Results 1 – 9 of 9) sorted by relevance
/include/linux/ |
D | prandom.h | 85 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state() 96 static inline u32 next_pseudo_random32(u32 seed) in next_pseudo_random32()
|
D | crc32.h | 66 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)(data), length) argument
|
D | xxhash.h | 124 uint64_t seed) in xxhash()
|
D | bio.h | 353 sector_t seed) in bip_set_seed()
|
D | blkdev.h | 1547 sector_t seed; member
|
/include/net/ |
D | ipv6_frag.h | 40 static inline u32 ip6frag_key_hashfn(const void *data, u32 len, u32 seed) in ip6frag_key_hashfn() 46 static inline u32 ip6frag_obj_hashfn(const void *data, u32 len, u32 seed) in ip6frag_obj_hashfn()
|
/include/crypto/ |
D | rng.h | 45 int (*seed)(struct crypto_rng *tfm, const u8 *seed, unsigned int slen); member
|
/include/linux/ceph/ |
D | osdmap.h | 24 uint32_t seed; member
|
/include/linux/platform_data/ |
D | cros_ec_commands.h | 5513 uint8_t seed[FP_CONTEXT_TPM_BYTES]; member
|