Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/mbedtls/
H A Dhmac_drbg.h122 int prediction_resistance; /*!< enable prediction resistance (Automatic member
H A Dctr_drbg.h198 int prediction_resistance; /*!< This determines whether prediction member
/reactos/dll/3rdparty/mbedtls/
H A Dhmac_drbg.c335 ctx->prediction_resistance = resistance; in mbedtls_hmac_drbg_set_prediction_resistance()
378 ( ctx->prediction_resistance == MBEDTLS_HMAC_DRBG_PR_ON || in mbedtls_hmac_drbg_random_with_add()
H A Dctr_drbg.c109 ctx->prediction_resistance = resistance; in mbedtls_ctr_drbg_set_prediction_resistance()
499 ctx->prediction_resistance ) in mbedtls_ctr_drbg_random_with_add()