Searched refs:mbedtls_hmac_drbg_set_reseed_interval (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_hmac_drbg.function | 64 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);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_hmac_drbg.function | 64 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);
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | hmac_drbg.h | 265 void mbedtls_hmac_drbg_set_reseed_interval(mbedtls_hmac_drbg_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | hmac_drbg.h | 265 void mbedtls_hmac_drbg_set_reseed_interval(mbedtls_hmac_drbg_context *ctx,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | hmac_drbg.c | 297 void mbedtls_hmac_drbg_set_reseed_interval(mbedtls_hmac_drbg_context *ctx, int interval) in mbedtls_hmac_drbg_set_reseed_interval() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | hmac_drbg.c | 297 void mbedtls_hmac_drbg_set_reseed_interval(mbedtls_hmac_drbg_context *ctx, int interval) in mbedtls_hmac_drbg_set_reseed_interval() function
|