Home
last modified time | relevance | path

Searched refs:ctr_drbg (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/benchmarks/mbedtls/src/
Dbenchmark.c285 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()
639 mbedtls_ctr_drbg_random(&ctr_drbg, buf, BUFSIZE)); in main()
641 if (mbedtls_ctr_drbg_seed(&ctr_drbg, myrand, in main()
646 mbedtls_ctr_drbg_set_prediction_resistance(&ctr_drbg, in main()
650 mbedtls_ctr_drbg_random(&ctr_drbg, buf, BUFSIZE)); in main()
652 mbedtls_ctr_drbg_free(&ctr_drbg); in main()
/Zephyr-latest/modules/mbedtls/
DCMakeLists.txt77 ${ZEPHYR_CURRENT_MODULE_DIR}/library/ctr_drbg.c
DKconfig.tls-generic517 either ctr_drbg or hmac_drbg are applied on top of it to improve