MBEDTLS_CTR_DRBG_C is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Notes

AES-128 will be used if \c MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH is set. To achieve a 256-bit security strength with CTR_DRBG, you must use AES-256 *and* use sufficient entropy. See ctr_drbg.h for more details.

References