Home
last modified time | relevance | path

Searched full:ctr_drbg (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/drivers/entropy/
DKconfig.nrf_cracen5 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/
Drandom_ctr_drbg.c18 #include <mbedtls/ctr_drbg.h>
22 * of the ctr_drbg engine.
/Zephyr-latest/dts/bindings/rng/
Dnordic,nrf-cracen-ctrdrbg.yaml5 Nordic nRF CRACEN CTR_DRBG based (Random Number Generator)
/Zephyr-latest/tests/benchmarks/mbedtls/src/
Dbenchmark.c63 #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/
DKconfig.defconfig43 # MBEDTLS CTR_DRBG code path needs extra stack space for initialization than
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/
DKconfig.defconfig25 # MBEDTLS CTR_DRBG code path needs extra stack space for initialization than
/Zephyr-latest/soc/nxp/imxrt/
DKconfig.defconfig82 # MBEDTLS CTR_DRBG code path needs extra stack space for initialization than
/Zephyr-latest/modules/mbedtls/
DKconfig.tls-generic358 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
DCMakeLists.txt77 ${ZEPHYR_CURRENT_MODULE_DIR}/library/ctr_drbg.c
/Zephyr-latest/tests/crypto/mbedtls/src/
Dmbedtls.c31 #include "mbedtls/ctr_drbg.h"
/Zephyr-latest/tests/crypto/tinycrypt/src/
Dctr_prng.c58 /* vectors taken from NIST CAVS 14.3 CTR_DRBG.rsp */
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst1757 The former option, which is the default, relies on legacy entropy and CTR_DRBG/HMAC_DRBG