Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/suites/
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 );
/third_party/mbedtls/include/mbedtls/
Dhmac_drbg.h278 void mbedtls_hmac_drbg_set_reseed_interval( mbedtls_hmac_drbg_context *ctx,
/third_party/mbedtls/library/
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