Home
last modified time | relevance | path

Searched refs:RNG (Results 1 – 25 of 94) 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.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
60 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/st/nucleo_h7a3zi_q/doc/
Dindex.rst74 - True Random Number Generator (RNG)
103 | RNG | on-chip | True Random number generator |
/Zephyr-latest/boards/segger/trb_stm32f407/doc/
Dindex.rst39 | RNG | on-chip | True Random number generator |
/Zephyr-latest/boards/st/nucleo_h753zi/doc/
Dindex.rst78 - True Random Number Generator (RNG)
109 | RNG | on-chip | True Random number generator |
/Zephyr-latest/boards/st/nucleo_f767zi/doc/
Dindex.rst77 - True Random Number Generator (RNG)
114 | RNG | on-chip | True Random number generator |
/Zephyr-latest/boards/st/nucleo_h743zi/doc/
Dindex.rst78 - True Random Number Generator (RNG)
109 | RNG | on-chip | True Random number generator |
/Zephyr-latest/boards/olimex/stm32_h405/doc/
Dindex.rst41 | RNG | on-chip | random number generator |
/Zephyr-latest/boards/st/nucleo_g431rb/doc/
Dindex.rst78 - True random number generator (RNG)
115 | RNG | on-chip | rng |
/Zephyr-latest/boards/st/nucleo_h723zg/doc/
Dindex.rst76 - True Random Number Generator (RNG)
107 | RNG | on-chip | True Random number generator |
/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/boards/arduino/opta/doc/
Dindex.rst62 | RNG | on-chip | True Random number generator |
87 | RNG | on-chip | True Random number generator |
/Zephyr-latest/boards/st/stm32h7s78_dk/doc/
Dindex.rst72 - True Random Number Generator (RNG) NIST SP800-90B compliant
164 | RNG | on-chip | True Random number generator |
/Zephyr-latest/boards/st/nucleo_h755zi_q/doc/
Dindex.rst72 - True Random Number Generator (RNG)
102 | RNG | on-chip | True Random number generator |
/Zephyr-latest/boards/st/nucleo_u083rc/doc/
Dindex.rst103 - True Random Number Generator (RNG) NIST SP800-90B compliant
171 | RNG | on-chip | True Random number generator |

1234