mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-10-12 18:44:56 +03:00
- Reordered options alphabetically
This commit is contained in:
@@ -105,6 +105,16 @@
|
|||||||
* \{
|
* \{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \def POLARSSL_AES_ROM_TABLES
|
||||||
|
*
|
||||||
|
* Store the AES tables in ROM.
|
||||||
|
*
|
||||||
|
* Uncomment this macro to store the AES tables in ROM.
|
||||||
|
*
|
||||||
|
#define POLARSSL_AES_ROM_TABLES
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def POLARSSL_CIPHER_MODE_CFB
|
* \def POLARSSL_CIPHER_MODE_CFB
|
||||||
*
|
*
|
||||||
@@ -127,11 +137,11 @@
|
|||||||
#define POLARSSL_DEBUG_MSG
|
#define POLARSSL_DEBUG_MSG
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def POLARSSL_SELF_TEST
|
* \def POLARSSL_GENPRIME
|
||||||
*
|
*
|
||||||
* Enable the checkup functions (*_self_test).
|
* Enable the RSA prime-number generation code.
|
||||||
*/
|
*/
|
||||||
#define POLARSSL_SELF_TEST
|
#define POLARSSL_GENPRIME
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def POLARSSL_PKCS1_V21
|
* \def POLARSSL_PKCS1_V21
|
||||||
@@ -141,23 +151,6 @@
|
|||||||
*/
|
*/
|
||||||
#define POLARSSL_PKCS1_V21
|
#define POLARSSL_PKCS1_V21
|
||||||
|
|
||||||
/**
|
|
||||||
* \def POLARSSL_GENPRIME
|
|
||||||
*
|
|
||||||
* Enable the RSA prime-number generation code.
|
|
||||||
*/
|
|
||||||
#define POLARSSL_GENPRIME
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def POLARSSL_AES_ROM_TABLES
|
|
||||||
*
|
|
||||||
* Store the AES tables in ROM.
|
|
||||||
*
|
|
||||||
* Uncomment this macro to store the AES tables in ROM.
|
|
||||||
*
|
|
||||||
#define POLARSSL_AES_ROM_TABLES
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def POLARSSL_RSA_NO_CRT
|
* \def POLARSSL_RSA_NO_CRT
|
||||||
*
|
*
|
||||||
@@ -167,6 +160,13 @@
|
|||||||
*
|
*
|
||||||
#define POLARSSL_RSA_NO_CRT
|
#define POLARSSL_RSA_NO_CRT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \def POLARSSL_SELF_TEST
|
||||||
|
*
|
||||||
|
* Enable the checkup functions (*_self_test).
|
||||||
|
*/
|
||||||
|
#define POLARSSL_SELF_TEST
|
||||||
/* \} name */
|
/* \} name */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user