Searched defs:seed (Results 1 - 50 of 50) sorted by relevance

/linux-4.1.27/arch/ia64/lib/
H A Dcarta_random.S19 #define seed r32 define
/linux-4.1.27/crypto/
H A Dkrng.c25 static int krng_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) krng_reset() argument
H A Drng.c32 static int rngapi_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) rngapi_reset() argument
H A Dalgif_rng.c161 static int rng_setkey(void *private, const u8 *seed, unsigned int seedlen) rng_setkey() argument
H A Dansi_cprng.c370 static int cprng_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) cprng_reset() argument
398 static int fips_cprng_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) fips_cprng_reset() argument
H A Ddrbg.c402 struct drbg_string *seed = NULL; drbg_ctr_df() local
510 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, drbg_ctr_update() argument
657 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, drbg_hmac_update() argument
862 static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, drbg_hash_update() argument
1771 static int drbg_kcapi_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) drbg_kcapi_reset() argument
H A Dtestmgr.c1446 u8 *seed; test_cprng() local
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dsuper25.c95 int i, rc, seed[2]; init_lustre_lite() local
/linux-4.1.27/include/linux/
H A Drandom.h70 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) prandom_seed_state() argument
110 static inline u32 next_pseudo_random32(u32 seed) next_pseudo_random32() argument
H A Dbio.h349 bip_set_seed(struct bio_integrity_payload *bip, sector_t seed) bip_set_seed() argument
H A Dblkdev.h1468 sector_t seed; member in struct:blk_integrity_iter
/linux-4.1.27/include/crypto/
H A Drng.h131 crypto_rng_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) crypto_rng_reset() argument
/linux-4.1.27/kernel/trace/
H A Dtrace_benchmark.c40 u64 seed; trace_do_benchmark() local
/linux-4.1.27/drivers/mtd/tests/
H A Dnandbiterrs.c62 static unsigned seed; variable
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dlustre_handles.c197 int seed[2]; class_handle_init() local
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_hashtab.c140 drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, unsigned long seed, int bits, int shift, unsigned long add) drm_ht_just_insert_please() argument
/linux-4.1.27/arch/x86/tools/
H A Dinsn_sanity.c50 static unsigned int seed; /* Random seed */ variable
/linux-4.1.27/drivers/base/power/
H A Dtrace.c133 static unsigned int hash_string(unsigned int seed, const char *data, unsigned int mod) hash_string() argument
/linux-4.1.27/lib/
H A Drandom32.c160 static void prandom_seed_early(struct rnd_state *state, u32 seed, prandom_seed_early() argument
301 u32 seed; member in struct:prandom_test1
311 u32 seed; member in struct:prandom_test2
H A Drhashtable.c669 static u32 rhashtable_jhash2(const void *key, u32 length, u32 seed) rhashtable_jhash2() argument
/linux-4.1.27/net/netfilter/
H A Dnft_hash.c45 static inline u32 nft_hash_key(const void *data, u32 len, u32 seed) nft_hash_key() argument
52 static inline u32 nft_hash_obj(const void *data, u32 len, u32 seed) nft_hash_obj() argument
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c368 set_cdata(u8 cdata[GSS_KRB5_K5CLENGTH], u32 usage, u8 seed) set_cdata() argument
/linux-4.1.27/scripts/kconfig/
H A Dconf.c521 unsigned int seed; main() local
/linux-4.1.27/include/linux/ceph/
H A Dosdmap.h24 uint32_t seed; member in struct:ceph_pg
/linux-4.1.27/drivers/staging/xgifb/
H A Dvb_init.c388 static void XGI_SetDRAM_Helper(unsigned long P3d4, u8 seed, u8 temp2, u8 reg, XGI_SetDRAM_Helper() argument
/linux-4.1.27/fs/logfs/
H A Ddir.c98 static u32 hash_32(const char *s, int len, u32 seed) hash_32() argument
/linux-4.1.27/fs/nilfs2/
H A Dsegbuf.c183 nilfs_segbuf_fill_in_segsum_crc(struct nilfs_segment_buffer *segbuf, u32 seed) nilfs_segbuf_fill_in_segsum_crc() argument
326 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) nilfs_add_checksums_on_logs() argument
210 nilfs_segbuf_fill_in_data_crc(struct nilfs_segment_buffer *segbuf, u32 seed) nilfs_segbuf_fill_in_data_crc() argument
238 nilfs_segbuf_fill_in_super_root_crc(struct nilfs_segment_buffer *segbuf, u32 seed) nilfs_segbuf_fill_in_super_root_crc() argument
/linux-4.1.27/include/net/
H A Ddn_dev.h130 __u8 seed[8]; member in struct:endnode_hello_message
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c571 static u16 fm10k_crc_16b(const u32 *data, u16 seed, u16 len) fm10k_crc_16b() argument
599 fm10k_fifo_crc(struct fm10k_mbx_fifo *fifo, u16 offset, u16 len, u16 seed) fm10k_fifo_crc() argument
/linux-4.1.27/drivers/scsi/esas2r/
H A Desas2r_flash.c97 static u8 esas2r_calc_byte_xor_cksum(u8 *addr, u32 len, u8 seed) esas2r_calc_byte_xor_cksum() argument
122 static u8 esas2r_calc_byte_cksum(void *addr, u32 len, u8 seed) esas2r_calc_byte_cksum() argument
/linux-4.1.27/kernel/
H A Daudit_tree.c709 struct audit_tree *seed = rule->tree, *tree; audit_add_tree_rule() local
/linux-4.1.27/arch/s390/crypto/
H A Dcrypt_s390.h384 crypt_s390_ppno(long func, void *param, u8 *dest, long dest_len, const u8 *seed, long seed_len) crypt_s390_ppno() argument
H A Dprng.c367 u8 seed[64]; prng_sha512_instantiate() local
441 u8 seed[32]; prng_sha512_reseed() local
/linux-4.1.27/drivers/net/fddi/skfp/
H A Dsmt.c1531 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed, smt_fill_echo() argument
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
H A Drouter.c250 int lnd_type, seed[2]; lnet_shuffle_seed() local
/linux-4.1.27/fs/btrfs/
H A Dvolumes.h247 struct btrfs_fs_devices *seed; member in struct:btrfs_fs_devices
H A Ddisk-io.c263 u32 btrfs_csum_data(char *data, u32 seed, size_t len) btrfs_csum_data() argument
/linux-4.1.27/net/mac80211/
H A Dsta_info.c990 u32 sta_addr_hash(const void *key, u32 length, u32 seed) sta_addr_hash() argument
/linux-4.1.27/drivers/md/
H A Ddm-crypt.c100 u8 *seed; member in struct:iv_lmk_private
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Dcnic_if.h268 u32 seed; member in struct:cnic_sock
H A Dcnic.c4155 u32 seed; cnic_cm_init_bnx2_hw() local
H A Dcnic_defs.h366 u32 seed; member in struct:l4_kwq_connect_req3
/linux-4.1.27/drivers/char/
H A Drandom.c883 unsigned long seed; add_interrupt_randomness() local
/linux-4.1.27/arch/tile/include/hv/
H A Dnetio_intf.h1842 NETIO_PKT_DO_EGRESS_CSUM_MM(netio_pkt_minimal_metadata_t* mmd, netio_pkt_t* pkt, int start, int length, int location, uint16_t seed) NETIO_PKT_DO_EGRESS_CSUM_MM() argument
1890 NETIO_PKT_DO_EGRESS_CSUM(netio_pkt_t* pkt, int start, int length, int location, uint16_t seed) NETIO_PKT_DO_EGRESS_CSUM() argument
/linux-4.1.27/net/netlink/
H A Daf_netlink.c3194 static inline u32 netlink_hash(const void *data, u32 len, u32 seed) netlink_hash() argument
/linux-4.1.27/arch/ia64/kernel/
H A Dperfmon.c253 unsigned long seed; /* seed for random-number generator */ member in struct:__anon1717
/linux-4.1.27/fs/ext3/
H A Dext3.h926 u32 *seed; member in struct:dx_hash_info
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dniu.c4982 u64 seed = jiffies_64; niu_init_rx_channels() local
/linux-4.1.27/fs/ext4/
H A Dext4.h1859 u32 *seed; member in struct:dx_hash_info
/linux-4.1.27/drivers/net/wireless/
H A Dairo.c964 emmh32_context seed; // Context - the seed member in struct:__anon7567

Completed in 2438 milliseconds