Lines Matching refs:AES
401 * \note Because of a signature change, the core AES encryption and decryption routines are
408 * MBEDTLS_AES_ROM_TABLES in order to help the linker garbage-collect the AES
526 * Use precomputed AES tables stored in ROM.
528 * Uncomment this macro to use precomputed AES tables stored in ROM.
529 * Comment this macro to generate AES tables in RAM at runtime.
533 * initialization time before the first AES operation can be performed.
546 * Use less ROM/RAM for AES tables.
548 * Uncommenting this macro omits 75% of the AES tables from
605 * Enable Xor-encrypt-xor with ciphertext stealing mode (XTS) for AES.
1735 * Enable AES-NI support on x86-64.
1742 * This modules adds support for the AES-NI instructions on x86-64
1749 * Enable the AES block cipher.
1817 * PEM_PARSE uses AES for decrypting encrypted keys.
2031 * This module enables the AES-CCM ciphersuites, if other requisites are
2096 * Enable the CTR_DRBG AES-based random generator.
2097 * The CTR_DRBG generator uses AES-256 by default.
2098 * To use AES-128 instead, enable MBEDTLS_CTR_DRBG_USE_128_BIT_KEY below.
2105 * This module provides the CTR_DRBG AES random number generator.
2266 * Enable the Galois/Counter Mode (GCM) for AES.
2272 * This module enables the AES-GCM and CAMELLIA-GCM ciphersuites, if other
2334 * are supported. At the moment, only AES is approved by NIST.