Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/carl9170/
DKconfig46 Provides a hardware random number generator to the kernel.
49 generated random numbers from the transport stream with
/drivers/char/hw_random/
DKconfig15 of possibly several hardware random number generators.
17 These hardware random number generators do feed into the
18 kernel's random number generator entropy pool.
375 tristate "STMicroelectronics STM32 random number generator"
500 tristate "TI Keystone NETCP SA Hardware random number generator"
502 This option enables Keystone's hardware random generator.
548 This option enables UML's "hardware" random number generator. It
549 attaches itself to the host's /dev/random, supplying as much entropy
552 a device which is usually called /dev/hwrng. This hardware random
553 number generator does feed into the kernel's random number generator
/drivers/crypto/
DKconfig217 tristate "Pseudo random number generator device driver"
221 Select this option if you want to use the s390 pseudo random number
223 and uses triple-DES to generate secure random numbers like the
225 pseudo-random-number device through the char device /dev/prandom.
301 bool "HIFN 795x random number generator"
304 Select this option if you want to enable the random number generator
376 bool "PowerPC 4xx generic true random number generator support"
444 tristate "Exynos HW pseudo random number generator support"
450 cryptographic API for the pseudo random number generator hardware
585 module as a random number generator. (Other functions of the
/drivers/gpu/drm/i915/selftests/
Dscatterlist.c186 static unsigned int random(unsigned long n, in random() function
269 random,
/drivers/net/hamradio/
D6pack.c143 static unsigned char random; in sp_xmit_on_air() local
145 random = random * 17 + 41; in sp_xmit_on_air()
147 if (((sp->status1 & SIXP_DCD_MASK) == 0) && (random < sp->persistence)) { in sp_xmit_on_air()
Ddmascc.c237 static inline unsigned char random(void);
1079 static inline unsigned char random(void) in random() function
1445 random() / priv->param.persist * in tm_isr()
/drivers/char/
DMakefile6 obj-y += mem.o random.o
DKconfig191 allow random users access to this device. :-)
435 Initialize the RNG using random numbers supplied by the CPU's
437 random numbers are never used directly, but are rather hashed into
443 quality and non-backdoored random numbers.
447 boot time with "random.trust_cpu=on/off".
465 at boot time with "random.trust_bootloader=on/off".
Drandom.c1114 if (!disk || !disk->random) in add_disk_randomness()
1117 add_timer_randomness(disk->random, 0x100 + disk_devt(disk)); in add_disk_randomness()
1132 disk->random = state; in rand_initialize_disk()
/drivers/usb/misc/
DKconfig266 tristate "ChaosKey random number generator driver support"
271 are hardware random number generators which hook into the
273 /dev/random and /dev/urandom and also provides direct access
/drivers/firmware/efi/libstub/
DMakefile64 file.o mem.o random.o randomalloc.o pci.o \
/drivers/ufs/core/
DKconfig41 The UFS HPB feature improves random read performance. It caches
/drivers/net/ethernet/freescale/
Dfec_mpc52xx.h91 u32 random; /* FEC + 0x128 */ member
/drivers/net/arcnet/
DKconfig69 be random data.
/drivers/w1/slaves/
DKconfig82 This EEPROM is organized as one page of 32 bytes for random
/drivers/net/wireless/ath/ath9k/
DKconfig203 randomness into Linux entropy pool (/dev/urandom and /dev/random)
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dmemx.fuc279 // Read random memory to wake up... things
/drivers/infiniband/hw/irdma/
Dverbs.c2175 u32 random; in irdma_create_stag() local
2179 get_random_bytes(&random, sizeof(random)); in irdma_create_stag()
2180 consumer_key = (u8)random; in irdma_create_stag()
2182 driver_key = random & ~iwdev->rf->mr_stagmask; in irdma_create_stag()
2183 next_stag_index = (random & iwdev->rf->mr_stagmask) >> 8; in irdma_create_stag()
/drivers/firmware/
DKconfig295 for hardware random number generation.
/drivers/auxdisplay/
DKconfig97 If your LCD seems to miss random writings, increment this.
/drivers/scsi/
Dscsi_debug.c5797 module_param_named(random, sdebug_random, bool, S_IRUGO | S_IWUSR);
5873 MODULE_PARM_DESC(random, "If set, uniformly randomize command duration between 0 and delay_in_ns");
6640 static DRIVER_ATTR_RW(random);
/drivers/hid/
DKconfig875 of other vendor unique HID usages to random mouse events.