Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dhmac_drbg.c56 ctx->reseed_interval = MBEDTLS_HMAC_DRBG_RESEED_INTERVAL; in mbedtls_hmac_drbg_init()
321 ctx->reseed_interval = interval; in mbedtls_hmac_drbg_set_reseed_interval()
349 ctx->reseed_counter > ctx->reseed_interval ) ) in mbedtls_hmac_drbg_random_with_add()
435 ctx->reseed_interval = MBEDTLS_HMAC_DRBG_RESEED_INTERVAL; in mbedtls_hmac_drbg_free()
A Dctr_drbg.c58 ctx->reseed_interval = MBEDTLS_CTR_DRBG_RESEED_INTERVAL; in mbedtls_ctr_drbg_init()
77 ctx->reseed_interval = MBEDTLS_CTR_DRBG_RESEED_INTERVAL; in mbedtls_ctr_drbg_free()
122 ctx->reseed_interval = interval; in mbedtls_ctr_drbg_set_reseed_interval()
534 if( ctx->reseed_counter > ctx->reseed_interval || in mbedtls_ctr_drbg_random_with_add()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dhmac_drbg.h101 int reseed_interval; /*!< reseed interval */ member
A Dctr_drbg.h192 int reseed_interval; /*!< The reseed interval. member

Completed in 7 milliseconds