Home
last modified time | relevance | path

Searched refs:random (Results 1 – 17 of 17) sorted by relevance

/linux-4.19.296/drivers/char/hw_random/
DKconfig14 of possibly several hardware random number generators.
16 These hardware random number generators do feed into the
17 kernel's random number generator entropy pool.
334 tristate "STMicroelectronics STM32 random number generator"
431 tristate "Hardware random number generator"
433 This option enables UML's "hardware" random number generator. It
434 attaches itself to the host's /dev/random, supplying as much entropy
436 own drivers. It registers itself as a standard hardware random number
442 /dev/hwrng and injects the entropy into /dev/random.
447 tristate "TI Keystone NETCP SA Hardware random number generator"
[all …]
/linux-4.19.296/include/uapi/linux/netfilter/
Dxt_statistic.h27 } random; member
/linux-4.19.296/drivers/char/
DMakefile6 obj-y += mem.o random.o
DKconfig228 allow random users access to this device. :-)
560 Initialize the RNG using random numbers supplied by the CPU's
562 random numbers are never used directly, but are rather hashed into
568 quality and non-backdoored random numbers.
572 boot time with "random.trust_cpu=on/off".
590 at boot time with "random.trust_bootloader=on/off".
Drandom.c1110 if (!disk || !disk->random) in add_disk_randomness()
1113 add_timer_randomness(disk->random, 0x100 + disk_devt(disk)); in add_disk_randomness()
1128 disk->random = state; in rand_initialize_disk()
/linux-4.19.296/include/linux/
Dslub_def.h121 unsigned long random; member
Dgenhd.h205 struct timer_rand_state *random; member
/linux-4.19.296/block/
Dblk-sysfs.c287 QUEUE_SYSFS_BIT_FNS(random, ADD_RANDOM, 0);
Dgenhd.c1308 kfree(disk->random); in disk_release()
/linux-4.19.296/crypto/
DKconfig1774 This option enables the generic pseudo random number generator
1821 random numbers. This Jitterentropy RNG registers with
1846 tristate "User-space interface for random number generator algorithms"
1851 This option enables the user-spaces interface for random
/linux-4.19.296/fs/ceph/
Dmds_client.c763 goto random; in __choose_mds()
814 goto random; in __choose_mds()
866 goto random; in __choose_mds()
877 random: in __choose_mds()
/linux-4.19.296/include/net/sctp/
Dstructs.h373 struct sctp_random_param *random; member
/linux-4.19.296/lib/
DKconfig122 and crc32_be over byte strings with random alignment and length
DKconfig.debug730 Use this in cases where you see apparently random memory
1268 cryptographically secure random numbers before it's actually possible
/linux-4.19.296/drivers/auxdisplay/
DKconfig78 If your LCD seems to miss random writings, increment this.
/linux-4.19.296/drivers/hid/
DKconfig786 of other vendor unique HID usages to random mouse events.
/linux-4.19.296/
DMAINTAINERS12237 F: drivers/char/random.c