mbedtls_ctr_drbg_set_entropy_len() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Notes

The security strength of CTR_DRBG is bounded by the entropy length. Thus: - When using AES-256 (\c MBEDTLS_CTR_DRBG_USE_128_BIT_KEY is disabled, which is the default), \p len must be at least 32 (in bytes) to achieve a 256-bit strength. - When using AES-128 (\c MBEDTLS_CTR_DRBG_USE_128_BIT_KEY is enabled) \p len must be at least 16 (in bytes) to achieve a 128-bit strength.

References