forked from wolfSSL/wolfssl
Freescale: remove USER_TIME after recent time fixes, enable ECC and AES-GCM by default
This commit is contained in:
@ -658,19 +658,18 @@ static char *fgets(char *buff, int sz, FILE *fp)
|
|||||||
|
|
||||||
/* enable features */
|
/* enable features */
|
||||||
#define USE_FAST_MATH
|
#define USE_FAST_MATH
|
||||||
|
#define HAVE_ECC
|
||||||
|
#define HAVE_AESGCM
|
||||||
|
|
||||||
/* memory reduction */
|
/* memory reduction */
|
||||||
#define TFM_TIMING_RESISTANT
|
#define TFM_TIMING_RESISTANT
|
||||||
|
#define ECC_TIMING_RESISTANT
|
||||||
|
#define ALT_ECC_SIZE
|
||||||
|
|
||||||
/* setting for PIT timer */
|
/* setting for PIT timer */
|
||||||
#define PIT_INSTANCE 0
|
#define PIT_INSTANCE 0
|
||||||
#define PIT_CHANNEL 0
|
#define PIT_CHANNEL 0
|
||||||
|
|
||||||
/* CW GCC workaround. gmtime() is not available */
|
|
||||||
#if defined(__GNUC__)
|
|
||||||
#define USER_TIME
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(FREESCALE_KSDK_MQX) || defined(FREESCALE_KSDK_BM) || \
|
#if defined(FREESCALE_KSDK_MQX) || defined(FREESCALE_KSDK_BM) || \
|
||||||
defined(FREESCALE_FREE_RTOS)
|
defined(FREESCALE_FREE_RTOS)
|
||||||
#include "fsl_device_registers.h"
|
#include "fsl_device_registers.h"
|
||||||
|
Reference in New Issue
Block a user