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

Notes

If you use the AES_xxx_ALT macros, then it is recommended to also set MBEDTLS_AES_ROM_TABLES in order to help the linker garbage-collect the AES tables. This feature is a work in progress. Warnings will be added to more functions in the future. A few functions are considered critical, and ignoring the return value of these functions will trigger a warning even if this macro is not defined. To completely disable return value check warnings, define #MBEDTLS_CHECK_RETURN with an empty expansion.

References