Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 25 of 39) sorted by relevance

12

/linux-3.3/arch/ia64/lib/
Dcarta_random.S19 #define seed r32 macro
/linux-3.3/fs/nilfs2/
Dsegbuf.c183 nilfs_segbuf_fill_in_segsum_crc(struct nilfs_segment_buffer *segbuf, u32 seed) in nilfs_segbuf_fill_in_segsum_crc()
211 u32 seed) in nilfs_segbuf_fill_in_data_crc()
239 u32 seed) in nilfs_segbuf_fill_in_super_root_crc()
326 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs()
/linux-3.3/include/linux/
Dcrc32.h14 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)(data), length) argument
Drandom.h85 static inline void prandom32_seed(struct rnd_state *state, u64 seed) in prandom32_seed()
Dnet.h253 #define net_srandom(seed) srandom32((__force u32)seed) argument
/linux-3.3/crypto/
Dkrng.c25 static int krng_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) in krng_reset()
Dansi_cprng.c366 static int cprng_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) in cprng_reset()
414 static int fips_cprng_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) in fips_cprng_reset()
Drng.c32 static int rngapi_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) in rngapi_reset()
/linux-3.3/include/crypto/
Drng.h65 u8 *seed, unsigned int slen) in crypto_rng_reset()
/linux-3.3/drivers/gpu/drm/
Ddrm_hashtab.c130 unsigned long seed, int bits, int shift, in drm_ht_just_insert_please()
/linux-3.3/arch/x86/tools/
Dinsn_sanity.c50 static unsigned int seed; /* Random seed */ variable
/linux-3.3/drivers/base/power/
Dtrace.c133 static unsigned int hash_string(unsigned int seed, const char *data, unsigned int mod) in hash_string()
/linux-3.3/drivers/mtd/tests/
Dmtd_stresstest.c59 static inline void simple_srand(unsigned long seed) in simple_srand()
Dmtd_oobtest.c57 static inline void simple_srand(unsigned long seed) in simple_srand()
Dmtd_subpagetest.c54 static inline void simple_srand(unsigned long seed) in simple_srand()
Dmtd_pagetest.c56 static inline void simple_srand(unsigned long seed) in simple_srand()
Dmtd_speedtest.c58 static inline void simple_srand(unsigned long seed) in simple_srand()
/linux-3.3/scripts/kconfig/
Dconf.c504 unsigned int seed; in main() local
/linux-3.3/net/sunrpc/auth_gss/
Dgss_krb5_mech.c368 set_cdata(u8 cdata[GSS_KRB5_K5CLENGTH], u32 usage, u8 seed) in set_cdata()
/linux-3.3/include/net/
Ddn_dev.h130 __u8 seed[8]; member
/linux-3.3/fs/logfs/
Ddir.c98 static u32 hash_32(const char *s, int len, u32 seed) in hash_32()
/linux-3.3/fs/btrfs/
Dvolumes.h136 struct btrfs_fs_devices *seed; member
/linux-3.3/drivers/staging/winbond/
Dphy_calibration.c201 int seed; in _sqrt() local
/linux-3.3/kernel/
Daudit_tree.c648 struct audit_tree *seed = rule->tree, *tree; in audit_add_tree_rule() local
/linux-3.3/arch/tile/include/hv/
Dnetio_intf.h1844 int location, uint16_t seed) in NETIO_PKT_DO_EGRESS_CSUM_MM()
1891 int location, uint16_t seed) in NETIO_PKT_DO_EGRESS_CSUM()

12