Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dctr_drbg.h142 #define MBEDTLS_CTR_DRBG_PR_ON 1 macro
/third_party/mbedtls/tests/suites/
Dtest_suite_ctr_drbg.function56 MBEDTLS_CTR_DRBG_PR_ON );
295 mbedtls_ctr_drbg_set_prediction_resistance( &ctx, MBEDTLS_CTR_DRBG_PR_ON );
/third_party/mbedtls/library/
Dctr_drbg.c843 mbedtls_ctr_drbg_set_prediction_resistance( &ctx, MBEDTLS_CTR_DRBG_PR_ON ); in mbedtls_ctr_drbg_self_test()
/third_party/mbedtls/programs/test/
Dbenchmark.c930 mbedtls_ctr_drbg_set_prediction_resistance( &ctr_drbg, MBEDTLS_CTR_DRBG_PR_ON ); in main()