mbedtls_hmac_drbg_reseed() is only used within mbedTLS.
 
Symbols
loading...
Files
loading (1/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

\c 0 if successful. #MBEDTLS_ERR_HMAC_DRBG_ENTROPY_SOURCE_FAILED if a call to the entropy function failed.

Notes

This function is not thread-safe. It is not safe to call this function if another thread might be concurrently obtaining random numbers from the same context or updating or reseeding the same context.

References