Home
last modified time | relevance | path

Searched refs:mbedtls_hmac_drbg_set_entropy_len (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dhmac_drbg.h250 void mbedtls_hmac_drbg_set_entropy_len(mbedtls_hmac_drbg_context *ctx,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_hmac_drbg.function111 mbedtls_hmac_drbg_set_entropy_len(&ctx, 42);
116 mbedtls_hmac_drbg_set_entropy_len(&ctx, 13);
/openthread-latest/third_party/mbedtls/repo/library/
Dhmac_drbg.c289 void mbedtls_hmac_drbg_set_entropy_len(mbedtls_hmac_drbg_context *ctx, size_t len) in mbedtls_hmac_drbg_set_entropy_len() function
/openthread-latest/third_party/mbedtls/repo/
DChangeLog2598 mbedtls_hmac_drbg_set_entropy_len() now work if you call them before