Searched full:ctr_drbg (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.nrf_cracen | 5 bool "nRF entropy driver based on the CRACEN CTR_DRBG driver" 12 This option enables the 54L CRACEN based entropy driver, based on the nrfx CRACEN CTR_DRBG
|
/Zephyr-latest/subsys/random/ |
D | random_ctr_drbg.c | 18 #include <mbedtls/ctr_drbg.h> 22 * of the ctr_drbg engine.
|
/Zephyr-latest/dts/bindings/rng/ |
D | nordic,nrf-cracen-ctrdrbg.yaml | 5 Nordic nRF CRACEN CTR_DRBG based (Random Number Generator)
|
/Zephyr-latest/tests/benchmarks/mbedtls/src/ |
D | benchmark.c | 63 #include "mbedtls/ctr_drbg.h" 146 "havege, ctr_drbg, hmac_drbg,\n" \ 285 havege, ctr_drbg, hmac_drbg, rsa, dhm, ecdsa, ecdh; member 628 if (todo.ctr_drbg) { in main() 629 mbedtls_ctr_drbg_context ctr_drbg; in main() local 631 mbedtls_ctr_drbg_init(&ctr_drbg); in main() 633 if (mbedtls_ctr_drbg_seed(&ctr_drbg, myrand, in main() 638 TIME_AND_TSC("CTR_DRBG (NOPR)", in main() 639 mbedtls_ctr_drbg_random(&ctr_drbg, buf, BUFSIZE)); in main() 641 if (mbedtls_ctr_drbg_seed(&ctr_drbg, myrand, in main() [all …]
|
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/ |
D | Kconfig.defconfig | 43 # MBEDTLS CTR_DRBG code path needs extra stack space for initialization than
|
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/ |
D | Kconfig.defconfig | 25 # MBEDTLS CTR_DRBG code path needs extra stack space for initialization than
|
/Zephyr-latest/soc/nxp/imxrt/ |
D | Kconfig.defconfig | 82 # MBEDTLS CTR_DRBG code path needs extra stack space for initialization than
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig.tls-generic | 358 bool "CTR_DRBG AES-256-based random generator" 400 mostly used in conjunction with CTR_DRBG or HMAC_DRBG to create 521 either ctr_drbg or hmac_drbg are applied on top of it to improve
|
D | CMakeLists.txt | 77 ${ZEPHYR_CURRENT_MODULE_DIR}/library/ctr_drbg.c
|
/Zephyr-latest/tests/crypto/mbedtls/src/ |
D | mbedtls.c | 31 #include "mbedtls/ctr_drbg.h"
|
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | ctr_prng.c | 58 /* vectors taken from NIST CAVS 14.3 CTR_DRBG.rsp */
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 1757 The former option, which is the default, relies on legacy entropy and CTR_DRBG/HMAC_DRBG
|