Searched refs:random (Results 1 – 22 of 22) sorted by relevance
/drivers/net/wireless/ath/carl9170/ |
D | Kconfig | 46 Provides a hardware random number generator to the kernel. 49 generated random numbers from the transport stream with
|
/drivers/char/hw_random/ |
D | Kconfig | 15 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/ |
D | Kconfig | 217 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/ |
D | scatterlist.c | 186 static unsigned int random(unsigned long n, in random() function 269 random,
|
/drivers/net/hamradio/ |
D | 6pack.c | 143 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()
|
D | dmascc.c | 237 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/ |
D | Makefile | 6 obj-y += mem.o random.o
|
D | Kconfig | 191 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".
|
D | random.c | 1114 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/ |
D | Kconfig | 266 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/ |
D | Makefile | 64 file.o mem.o random.o randomalloc.o pci.o \
|
/drivers/ufs/core/ |
D | Kconfig | 41 The UFS HPB feature improves random read performance. It caches
|
/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.h | 91 u32 random; /* FEC + 0x128 */ member
|
/drivers/net/arcnet/ |
D | Kconfig | 69 be random data.
|
/drivers/w1/slaves/ |
D | Kconfig | 82 This EEPROM is organized as one page of 32 bytes for random
|
/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 203 randomness into Linux entropy pool (/dev/urandom and /dev/random)
|
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | memx.fuc | 279 // Read random memory to wake up... things
|
/drivers/infiniband/hw/irdma/ |
D | verbs.c | 2175 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/ |
D | Kconfig | 295 for hardware random number generation.
|
/drivers/auxdisplay/ |
D | Kconfig | 97 If your LCD seems to miss random writings, increment this.
|
/drivers/scsi/ |
D | scsi_debug.c | 5797 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/ |
D | Kconfig | 875 of other vendor unique HID usages to random mouse events.
|