Home
last modified time | relevance | path

Searched refs:RNG (Results 1 – 25 of 78) sorted by relevance

1234

/Zephyr-latest/drivers/entropy/
Dentropy_mcux_rnga.c22 RNGA_SetMode(RNG, kRNGA_ModeNormal); in entropy_mcux_rnga_get_uint8()
31 status = RNGA_GetRandomData(RNG, &random, sizeof(random)); in entropy_mcux_rnga_get_uint8()
36 RNGA_SetMode(RNG, kRNGA_ModeSleep); in entropy_mcux_rnga_get_uint8()
66 RNGA_Init(RNG); in entropy_mcux_rnga_init()
74 RNGA_Seed(RNG, seed); in entropy_mcux_rnga_init()
75 RNGA_SetMode(RNG, kRNGA_ModeSleep); in entropy_mcux_rnga_init()
DKconfig.mcux25 bool "MCUX RNG driver"
31 driver based on the MCUX RNG driver on LPC Family.
46 # a seed to RNG generator.
48 # Use the software implemented xoroshiro RNG.
49 # Use CSPRNG for cryptographically secure RNG source.
DKconfig.litex7 bool "PRBS RNG driver"
12 This option enables the RNG module, which is an entropy number
DKconfig.bt_hci6 bool "Bluetooth HCI RNG driver"
15 # Instead, use the software implemented xoshiro RNG.
DKconfig.siwx91x5 bool "SiWx91x RNG driver"
DKconfig.nrf515 bool "nRF5 RNG driver"
21 This option enables the RNG peripheral, which is a random number
30 This option enables the RNG bias correction, which guarantees a
DKconfig.stm327 bool "STM32 RNG driver"
13 This option enables the RNG processor, which is a entropy number
61 Enables a check on RNG clock configuration. Correct clock
DKconfig.rv32m116 # Instead, use the software implemented xoshiro RNG.
/Zephyr-latest/boards/qemu/arc/
DKconfig.defconfig11 # Required to satisfy dependency of networking stack on RNG
/Zephyr-latest/boards/nordic/nrf7002dk/
Dnrf7002dk_nrf5340_cpuapp_defconfig22 # Enable RNG
/Zephyr-latest/doc/services/crypto/random/
Dindex.rst14 generators (RNG) can be used on platforms with appropriate hardware support.
15 Platforms without hardware RNG support shall use the `CTR-DRBG algorithm
37 The random number generator choice group allows selection of the RNG
/Zephyr-latest/boards/google/dragonclaw/
Dgoogle_dragonclaw.dts39 div-q = <8>; /* 48MHz PLL output for USB, SDIO, RNG */
/Zephyr-latest/modules/hal_nordic/nrfx/
DKconfig.logging88 bool "RNG driver logging"
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/doc/
Dindex.rst45 - Cryptographic hardware acceleration: (AES-128/256, Hash, RSA, RNG, HMAC, Digital signature)
/Zephyr-latest/dts/bindings/
Dbinding-types.txt107 rng RNG (Random Number Generator)
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst359 * - RNG [e]_
410 .. [e] Random Number Generator (RNG)
/Zephyr-latest/modules/
DKconfig.stm32494 Enable STM32Cube True random number generator (RNG) HAL module driver
499 Enable STM32Cube Extended True random number generator (RNG) HAL module driver
809 Enable STM32Cube True random number generator (RNG) LL module driver
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/doc/
Dindex.rst76 | RNG | on-chip | True Random number generator |
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf5340bsim.rst42 * RNG (Random Number Generator)
/Zephyr-latest/boards/st/nucleo_f722ze/doc/
Dindex.rst44 - Random number generator (RNG)
/Zephyr-latest/boards/hardkernel/odroid_go/doc/
Dindex.rst22 - Cryptographic hardware acceleration (RNG, ECC, RSA, SHA-2, AES)
/Zephyr-latest/boards/st/nucleo_f756zg/doc/
Dindex.rst77 - True Random Number Generator (RNG)
/Zephyr-latest/boards/nxp/lpcxpresso55s06/doc/
Dindex.rst62 | RNG | on-chip | entropy; |
/Zephyr-latest/boards/st/nucleo_h753zi/doc/
Dindex.rst78 - True Random Number Generator (RNG)
/Zephyr-latest/boards/st/nucleo_h7a3zi_q/doc/
Dindex.rst74 - True Random Number Generator (RNG)

1234