Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Dhmac_drbg.h278 void mbedtls_hmac_drbg_set_reseed_interval( mbedtls_hmac_drbg_context *ctx,
/mbedtls-development/tests/suites/
A Dtest_suite_hmac_drbg.function61 mbedtls_hmac_drbg_set_reseed_interval( &ctx, 2 * reps );
92 mbedtls_hmac_drbg_set_reseed_interval( &ctx, 4 * reps + 1);
166 mbedtls_hmac_drbg_set_reseed_interval( &ctx, 3 );
/mbedtls-development/library/
A Dhmac_drbg.c310 void mbedtls_hmac_drbg_set_reseed_interval( mbedtls_hmac_drbg_context *ctx, int interval ) in mbedtls_hmac_drbg_set_reseed_interval() function

Completed in 4 milliseconds