Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dctr_drbg.h135 #define MBEDTLS_CTR_DRBG_PR_ON 1 macro
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ctr_drbg.function59 MBEDTLS_CTR_DRBG_PR_ON);
324 mbedtls_ctr_drbg_set_prediction_resistance(&ctx, MBEDTLS_CTR_DRBG_PR_ON);
389 mbedtls_ctr_drbg_set_prediction_resistance(&ctx, MBEDTLS_CTR_DRBG_PR_ON);
/openthread-latest/third_party/mbedtls/repo/library/
Dctr_drbg.c970 mbedtls_ctr_drbg_set_prediction_resistance(&ctx, MBEDTLS_CTR_DRBG_PR_ON); in mbedtls_ctr_drbg_self_test()
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c985 mbedtls_ctr_drbg_set_prediction_resistance(&ctr_drbg, MBEDTLS_CTR_DRBG_PR_ON); in main()