AMLRNG(4) - Device Drivers Manual # AMLRNG(4) - Device Drivers Manual
NAME # amlrng - Amlogic random number generator
SYNOPSIS # amlrng* at fdt?
DESCRIPTION # The amlrng driver provides support for the random number generator found on the Amlogic SoCs.
It feeds the random subsystem’s entropy pool with 32 bits of random data every second.
SEE ALSO # intro(4), random(4), arc4random(9)
HISTORY # The amlrng driver first appeared in OpenBSD 6.
...
BCMIRNG(4) - Device Drivers Manual # BCMIRNG(4) - Device Drivers Manual
NAME # bcmirng - Broadcom RNG200 random number generator
SYNOPSIS # bcmirng* at fdt?
DESCRIPTION # The bcmirng driver provides support for the RNG200 random number generator found on the Broadcom BCM2711 SoC.
It feeds the random subsystem’s entropy pool with up to 128 bits of random data every second.
SEE ALSO # intro(4), random(4), arc4random(9)
HISTORY # The bcmirng driver first appeared in OpenBSD 6.
...
BCMRNG(4) - Device Drivers Manual # BCMRNG(4) - Device Drivers Manual
NAME # bcmrng - Broadcom BCM2835/BCM2836/BCM2837 random number generator
SYNOPSIS # bcmrng* at fdt?
DESCRIPTION # The bcmrng driver provides support for the random number generator found on the Broadcom BCM2835/BCM2836/BCM2837 SoC.
It feeds the random subsystem’s entropy pool with up to 128 bits of random data every second.
SEE ALSO # intro(4), random(4), arc4random(9)
HISTORY # The bcmrng driver first appeared in OpenBSD 6.
...
BPF(4) - Device Drivers Manual # BPF(4) - Device Drivers Manual
NAME # bpf - Berkeley Packet Filter
SYNOPSIS # pseudo-device bpfilter
DESCRIPTION # The Berkeley Packet Filter provides a raw interface to data link layers in a protocol-independent fashion. All packets on the network, even those destined for other hosts, are accessible through this mechanism.
The packet filter appears as a character special device, /dev/bpf. After opening the device, the file descriptor must be bound to a specific network interface with the BIOCSETIF ioctl(2).
...
CCP(4) - Device Drivers Manual # CCP(4) - Device Drivers Manual
NAME # ccp - AMD cryptographic co-processor
SYNOPSIS # ccp* at acpi? ccp* at fdt? ccp* at pci?
DESCRIPTION # AMD cryptographic co-processor devices provide offload for various cryptographic algorithms, offload of zlib compression and decompression, and a random number generator.
The ccp driver supports feeding output of the random number generator into the kernel entropy pool.
SEE ALSO # intro(4), random(4), arc4random(9)
...
JOT(1) - General Commands Manual # JOT(1) - General Commands Manual
NAME # jot - print sequential or random data
SYNOPSIS # jot [-cnr] [-b word] [-p precision] [-s string] [-w word] [reps [begin [end [step]]]]
DESCRIPTION # jot is used to print out increasing, decreasing, random, or redundant data, usually numbers, one per line.
The options are as follows:
-b word
Just print word repetitively. Overrides earlier -b, -c, and -w.
...
MVRNG(4) - Device Drivers Manual # MVRNG(4) - Device Drivers Manual
NAME # mvrng - Marvell ARMADA 7K/8K random number generator
SYNOPSIS # mvrng* at fdt?
DESCRIPTION # The mvrng driver provides support for the random number generator found on the Marvell ARMADA 7K/8K SoCs.
It feeds the random subsystem’s entropy pool with 128 bits of random data every second.
SEE ALSO # intro(4), random(4), arc4random(9)
HISTORY # The mvrng driver first appeared in OpenBSD 6.
...
OCTRNG(4) - Device Drivers Manual (octeon) # OCTRNG(4) - Device Drivers Manual (octeon)
NAME # octrng - octeon random number generator
SYNOPSIS # octrng* at iobus?
DESCRIPTION # The octrng driver supports the random number generator found on the CN50XX chip.
After the 5 seconds it takes for the device to be initialized, the octrng driver feeds the random subsystem’s entropy pool 32 bits of data every 10 milliseconds through the enqueue_randomness(9) API.
...
OMRNG(4) - Device Drivers Manual (armv7) # OMRNG(4) - Device Drivers Manual (armv7)
NAME # omrng - OMAP random number generator
SYNOPSIS # omrng* at fdt?
DESCRIPTION # The omrng driver provides support for the random number generator found on TI OMAP3, OMAP4 and AM335x SoCs.
It feeds the random subsystem’s entropy pool with 64 bits of random data every second.
SEE ALSO # intro(4), random(4), arc4random(9)
HISTORY # The omrng driver first appeared in OpenBSD 6.
...
QCRNG(4) - Device Drivers Manual # QCRNG(4) - Device Drivers Manual
NAME # qcrng - Qualcomm Snapdragon random number generator
SYNOPSIS # qcrng* at fdt?
DESCRIPTION # The qcrng driver provides support for the random number generator found on the Qualcomm Snapdragon SoCs.
It feeds the random subsystem’s entropy pool with 32 bits of random data every second.
SEE ALSO # intro(4), random(4), arc4random(9)
HISTORY # The qcrng driver first appeared in OpenBSD 7.
...