Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dhmac_drbg.h95 int prediction_resistance; /*!< enable prediction resistance (Automatic member
Dctr_drbg.h182 int prediction_resistance; /*!< This determines whether prediction member
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dhmac_drbg.c300 ctx->prediction_resistance = resistance; in mbedtls_hmac_drbg_set_prediction_resistance()
343 ( ctx->prediction_resistance == MBEDTLS_HMAC_DRBG_PR_ON || in mbedtls_hmac_drbg_random_with_add()
Dctr_drbg.c89 ctx->prediction_resistance = resistance; in mbedtls_ctr_drbg_set_prediction_resistance()
538 ctx->prediction_resistance ) in mbedtls_ctr_drbg_random_with_add()