mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 15:30:25 +08:00
539c8f4ab2
Extend AES-CBC algorithm support to include 192-bit and 256-bit key sizes in addition to the existing 128-bit support. This enables broader compatibility with cryptographic standards and provides applications with additional key length options for enhanced security requirements. Signed-off-by: makejian <makejian@xiaomi.com>