Searched refs:RNG (Results 1 – 25 of 94) sorted by relevance
1234
/Zephyr-latest/drivers/entropy/ |
D | entropy_mcux_rnga.c | 22 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()
|
D | Kconfig.mcux | 25 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.
|
D | Kconfig.litex | 7 bool "PRBS RNG driver" 12 This option enables the RNG module, which is an entropy number
|
D | Kconfig.bt_hci | 6 bool "Bluetooth HCI RNG driver" 15 # Instead, use the software implemented xoshiro RNG.
|
D | Kconfig.nrf5 | 15 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
|
D | Kconfig.stm32 | 7 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
|
D | Kconfig.rv32m1 | 16 # Instead, use the software implemented xoshiro RNG.
|
/Zephyr-latest/boards/qemu/arc/ |
D | Kconfig.defconfig | 11 # Required to satisfy dependency of networking stack on RNG
|
/Zephyr-latest/boards/nordic/nrf7002dk/ |
D | nrf7002dk_nrf5340_cpuapp_defconfig | 22 # Enable RNG
|
/Zephyr-latest/doc/services/crypto/random/ |
D | index.rst | 14 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/ |
D | google_dragonclaw.dts | 39 div-q = <8>; /* 48MHz PLL output for USB, SDIO, RNG */
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | Kconfig.logging | 88 bool "RNG driver logging"
|
/Zephyr-latest/boards/st/nucleo_h7a3zi_q/doc/ |
D | index.rst | 74 - True Random Number Generator (RNG) 103 | RNG | on-chip | True Random number generator |
|
/Zephyr-latest/boards/segger/trb_stm32f407/doc/ |
D | index.rst | 39 | RNG | on-chip | True Random number generator |
|
/Zephyr-latest/boards/st/nucleo_h753zi/doc/ |
D | index.rst | 78 - True Random Number Generator (RNG) 109 | RNG | on-chip | True Random number generator |
|
/Zephyr-latest/boards/st/nucleo_f767zi/doc/ |
D | index.rst | 77 - True Random Number Generator (RNG) 114 | RNG | on-chip | True Random number generator |
|
/Zephyr-latest/boards/st/nucleo_h743zi/doc/ |
D | index.rst | 78 - True Random Number Generator (RNG) 109 | RNG | on-chip | True Random number generator |
|
/Zephyr-latest/boards/olimex/stm32_h405/doc/ |
D | index.rst | 41 | RNG | on-chip | random number generator |
|
/Zephyr-latest/boards/st/nucleo_g431rb/doc/ |
D | index.rst | 78 - True random number generator (RNG) 115 | RNG | on-chip | rng |
|
/Zephyr-latest/boards/st/nucleo_h723zg/doc/ |
D | index.rst | 76 - True Random Number Generator (RNG) 107 | RNG | on-chip | True Random number generator |
|
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/doc/ |
D | index.rst | 45 - Cryptographic hardware acceleration: (AES-128/256, Hash, RSA, RNG, HMAC, Digital signature)
|
/Zephyr-latest/boards/arduino/opta/doc/ |
D | index.rst | 62 | RNG | on-chip | True Random number generator | 87 | RNG | on-chip | True Random number generator |
|
/Zephyr-latest/boards/st/stm32h7s78_dk/doc/ |
D | index.rst | 72 - 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/ |
D | index.rst | 72 - True Random Number Generator (RNG) 102 | RNG | on-chip | True Random number generator |
|
/Zephyr-latest/boards/st/nucleo_u083rc/doc/ |
D | index.rst | 103 - True Random Number Generator (RNG) NIST SP800-90B compliant 171 | RNG | on-chip | True Random number generator |
|
1234