Lines Matching refs:AES

19      using MBEDTLS_<MODULE>_ALT for the underlying AES or message digest
28 modules - AES, ARIA, Blowfish, CAMELLIA, CCM, GCM, DHM, ECP, ECDSA, ECDH,
339 * Add support for key wrapping modes based on AES as defined by
394 * Add additional block mode, OFB (Output Feedback), to the AES module and
399 * Add support for the XTS block cipher mode with AES (AES-XTS).
469 * Add an option, MBEDTLS_AES_FEWER_TABLES, to dynamically compute smaller AES
782 * Fix unchecked return codes from AES, DES and 3DES functions in
841 * Only run AES-192 self-test if AES-192 is available. Fixes #963.
848 * Improve CTR_DRBG error handling by propagating underlying AES errors.
864 * Reliably wipe sensitive data after use in the AES example applications
1002 * The following functions in the AES module have been deprecated and replaced
1108 * Added support for CMAC for AES and 3DES and AES-CMAC-PRF-128, as defined by
1423 * Ability to override core functions from MDx, SHAx, AES and DES modules
1899 * AES-NI now compiles with "old" assemblers too
2036 * Support for AES CFB8 mode
2059 * AES-NI support for AES, AES-GCM and AES key scheduling
2520 * Added base Galois Counter Mode (GCM) for AES
2540 * AES code only check for Padlock once
2682 * Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator
2688 * Documentation for AES and Camellia in modes CTR and CFB128 clarified.
2746 (AES CTR, Camellia CTR, XTEA CBC) including the option to
2804 * Parsing PEM private keys encrypted with DES and AES
2932 * Added preliminary Code Coverage tests for AES, ARC4,
2942 * Changed interface for AES and Camellia setkey functions
3050 * Added test vectors for: AES-CBC, AES-CFB, DES-CBC and 3DES-CBC,
3072 * Added AES-CFB mode of operation, contributed by chmike