Home
last modified time | relevance | path

Searched refs:interval (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dhmac_drbg.h266 int interval);
H A Dctr_drbg.h439 int interval);
/optee_os/core/drivers/
H A Dstm32_iwdg.c341 unsigned long interval = 0; in stm32_iwdg_handle_timeouts() local
351 interval = iwdg->max_hw_timeout - IWDG_ETIMEOUT_SEC; in stm32_iwdg_handle_timeouts()
352 n = (timeout_sec - IWDG_ETIMEOUT_SEC) / interval; in stm32_iwdg_handle_timeouts()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dhmac_drbg.c297 void mbedtls_hmac_drbg_set_reseed_interval(mbedtls_hmac_drbg_context *ctx, int interval) in mbedtls_hmac_drbg_set_reseed_interval() argument
299 ctx->reseed_interval = interval; in mbedtls_hmac_drbg_set_reseed_interval()
H A Dctr_drbg.c156 int interval) in mbedtls_ctr_drbg_set_reseed_interval() argument
158 ctx->reseed_interval = interval; in mbedtls_ctr_drbg_set_reseed_interval()
/optee_os/core/arch/arm/dts/
H A Dstm32mp15xx-dhcom-pdk2.dtsi36 poll-interval = <20>;
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2559 * In CTR_DRBG and HMAC_DRBG, don't reset the reseed interval in seed().