Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/suites/
Dtest_suite_hmac_drbg.function104 mbedtls_hmac_drbg_set_prediction_resistance( &ctx, MBEDTLS_HMAC_DRBG_PR_ON );
167 mbedtls_hmac_drbg_set_prediction_resistance( &ctx, MBEDTLS_HMAC_DRBG_PR_ON );
277 mbedtls_hmac_drbg_set_prediction_resistance( &ctx, MBEDTLS_HMAC_DRBG_PR_ON );
/third_party/mbedtls/include/mbedtls/
Dhmac_drbg.h77 #define MBEDTLS_HMAC_DRBG_PR_ON 1 /**< Prediction resistance enabled */ macro
/third_party/mbedtls/library/
Dhmac_drbg.c339 ( ctx->prediction_resistance == MBEDTLS_HMAC_DRBG_PR_ON || in mbedtls_hmac_drbg_random_with_add()
578 mbedtls_hmac_drbg_set_prediction_resistance( &ctx, MBEDTLS_HMAC_DRBG_PR_ON ); in mbedtls_hmac_drbg_self_test()
/third_party/mbedtls/programs/test/
Dbenchmark.c957 MBEDTLS_HMAC_DRBG_PR_ON ); in main()
974 MBEDTLS_HMAC_DRBG_PR_ON ); in main()