Searched refs:RNG (Results 1 – 25 of 78) 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.siwx91x | 5 bool "SiWx91x RNG driver"
|
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 61 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/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/dts/bindings/ |
D | binding-types.txt | 107 rng RNG (Random Number Generator)
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 359 * - RNG [e]_ 410 .. [e] Random Number Generator (RNG)
|
/Zephyr-latest/modules/ |
D | Kconfig.stm32 | 494 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/ |
D | index.rst | 76 | RNG | on-chip | True Random number generator |
|
/Zephyr-latest/boards/native/nrf_bsim/doc/ |
D | nrf5340bsim.rst | 42 * RNG (Random Number Generator)
|
/Zephyr-latest/boards/st/nucleo_f722ze/doc/ |
D | index.rst | 44 - Random number generator (RNG)
|
/Zephyr-latest/boards/hardkernel/odroid_go/doc/ |
D | index.rst | 22 - Cryptographic hardware acceleration (RNG, ECC, RSA, SHA-2, AES)
|
/Zephyr-latest/boards/st/nucleo_f756zg/doc/ |
D | index.rst | 77 - True Random Number Generator (RNG)
|
/Zephyr-latest/boards/nxp/lpcxpresso55s06/doc/ |
D | index.rst | 62 | RNG | on-chip | entropy; |
|
/Zephyr-latest/boards/st/nucleo_h753zi/doc/ |
D | index.rst | 78 - True Random Number Generator (RNG)
|
/Zephyr-latest/boards/st/nucleo_h7a3zi_q/doc/ |
D | index.rst | 74 - True Random Number Generator (RNG)
|
1234