Home
last modified time | relevance | path

Searched refs:mbedtls_hmac_drbg_set_reseed_interval (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_hmac_drbg.function64 mbedtls_hmac_drbg_set_reseed_interval(&ctx, 2 * reps);
94 mbedtls_hmac_drbg_set_reseed_interval(&ctx, 4 * reps + 1);
173 mbedtls_hmac_drbg_set_reseed_interval(&ctx, 3);
/mbedtls-latest/include/mbedtls/
Dhmac_drbg.h265 void mbedtls_hmac_drbg_set_reseed_interval(mbedtls_hmac_drbg_context *ctx,
/mbedtls-latest/library/
Dhmac_drbg.c297 void mbedtls_hmac_drbg_set_reseed_interval(mbedtls_hmac_drbg_context *ctx, int interval) in mbedtls_hmac_drbg_set_reseed_interval() function