Home
last modified time | relevance | path

Searched refs:seed (Results 1 – 16 of 16) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Drandom.c8 static DEFINE_PER_CPU(unsigned int, seed);
13 unsigned int next = this_cpu(seed), val = arch_get_random(); in get_random()
29 this_cpu(seed) = next; in get_random()
/xen-4.10.0-shim-comet/tools/console/testsuite/
A Dconsole-dom0.c39 unsigned int seed; in main() local
68 seed = time(0); in main()
70 printf("%u\n", seed); fflush(stdout); in main()
88 srandom(seed); in main()
A Dconsole-domU.c27 unsigned int seed; in main() local
49 seed = strtoul(line, 0, 0); in main()
53 srandom(seed); in main()
A DREADME5 other that they use to exchange a random seed.
8 reads the numbers via the console. Because each side starts with the same seed
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dtpmrsa.c160 unsigned char* seed = output + 1; in tpmrsa_pub_encrypt_oaep() local
188 if( ( ret = f_rng( p_rng, seed, HASH_LEN ) ) != 0 ) in tpmrsa_pub_encrypt_oaep()
192 mgf_mask( db, olen - HASH_LEN, seed, HASH_LEN); in tpmrsa_pub_encrypt_oaep()
195 mgf_mask( seed, HASH_LEN, db, olen - HASH_LEN); in tpmrsa_pub_encrypt_oaep()
/xen-4.10.0-shim-comet/tools/libxl/
A Dcheck-xl-vcpupin-parse29 -r seed uses seed for initializing the rundom number generator
43 seed=$$
125 seed=$OPTARG
158 RANDOM=$seed
A Dcheck-xl-vcpupin-parse.data-example5 # seed used for random number generation: seed=13328.
A Dgentest.py92 random.seed(os.getenv('LIBXL_TESTIDL_SEED'))
/xen-4.10.0-shim-comet/tools/libvchan/
A Dnode.c137 int seed = time(0); in main() local
160 srand(seed); in main()
161 fprintf(stderr, "seed=%d\n", seed); in main()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dconf.c521 unsigned int seed; in main() local
529 seed = (unsigned int)((now.tv_sec + 1) * (now.tv_usec + 1)); in main()
536 seed = tmp; in main()
539 fprintf( stderr, "KCONFIG_SEED=0x%X\n", seed ); in main()
540 srand(seed); in main()
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dio-optimize.c580 int i, c, num_runs, num_iocbs, seed; in main() local
585 seed = time(NULL); in main()
600 seed = atoi(optarg); in main()
611 num_runs, num_iocbs, num_secs, seed); in main()
613 srand(seed); in main()
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D40ext3_256byte_inode.diff50 + __u32 s_hash_seed[4]; /* HTREE hash seed */
A D60ext4.diff44 __u32 s_hash_seed[4]; /* HTREE hash seed */
A D99minios1022 - static long seed = 0;
1023 + static unsigned seed = 0;
A D61btrfs.diff1384 + struct btrfs_fs_devices *seed;
/xen-4.10.0-shim-comet/docs/misc/
A Dkconfig.txt90 You can set this to the integer value used to seed the RNG, if you want

Completed in 32 milliseconds