Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/benchmarks/mbedtls/src/
Dbenchmark.c299 havege, ctr_drbg, hmac_drbg, rsa, dhm, ecdsa, ecdh; member
689 if (todo.ctr_drbg) { in main()
690 mbedtls_ctr_drbg_context ctr_drbg; in main() local
692 mbedtls_ctr_drbg_init(&ctr_drbg); in main()
694 if (mbedtls_ctr_drbg_seed(&ctr_drbg, myrand, in main()
700 mbedtls_ctr_drbg_random(&ctr_drbg, buf, BUFSIZE)); in main()
702 if (mbedtls_ctr_drbg_seed(&ctr_drbg, myrand, in main()
707 mbedtls_ctr_drbg_set_prediction_resistance(&ctr_drbg, in main()
711 mbedtls_ctr_drbg_random(&ctr_drbg, buf, BUFSIZE)); in main()
713 mbedtls_ctr_drbg_free(&ctr_drbg); in main()