Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dhmac_drbg.h65 #define MBEDTLS_HMAC_DRBG_PR_ON 1 /**< Prediction resistance enabled */ macro
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_hmac_drbg.function105 mbedtls_hmac_drbg_set_prediction_resistance(&ctx, MBEDTLS_HMAC_DRBG_PR_ON);
174 mbedtls_hmac_drbg_set_prediction_resistance(&ctx, MBEDTLS_HMAC_DRBG_PR_ON);
294 mbedtls_hmac_drbg_set_prediction_resistance(&ctx, MBEDTLS_HMAC_DRBG_PR_ON);
/openthread-latest/third_party/mbedtls/repo/library/
Dhmac_drbg.c328 (ctx->prediction_resistance == MBEDTLS_HMAC_DRBG_PR_ON || in mbedtls_hmac_drbg_random_with_add()
587 mbedtls_hmac_drbg_set_prediction_resistance(&ctx, MBEDTLS_HMAC_DRBG_PR_ON); in mbedtls_hmac_drbg_self_test()
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c1015 MBEDTLS_HMAC_DRBG_PR_ON); in main()
1035 MBEDTLS_HMAC_DRBG_PR_ON); in main()