Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion IDE/AURIX/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ extern unsigned int my_rng_seed_gen(void);

#define WOLFSSL_SP_NO_MALLOC
//#define WOLFSSL_SP_DIV_32 /* do not use 64-bit divides */
//#define WOLFSSL_SP_CACHE_RESISTANT

/* use smaller version of code */
#define WOLFSSL_SP_SMALL
Expand Down
1 change: 0 additions & 1 deletion IDE/CRYPTOCELL/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ extern "C" {
#define WOLFSSL_HAVE_SP_RSA
#define WOLFSSL_HAVE_SP_DH
#define WOLFSSL_HAVE_SP_ECC
#define WOLFSSL_SP_CACHE_RESISTANT
//#define WOLFSSL_SP_MATH /* only SP math - eliminates fast math code */

/* Assembly */
Expand Down
1 change: 0 additions & 1 deletion IDE/ECLIPSE/DEOS/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ You can get the current time from https://www.unixtimestamp.com/ */
#define WOLFSSL_SP_4096 /* Enable RSA/RH 4096-bit support */
#define WOLFSSL_SP_384 /* Enable ECC 384-bit SECP384R1 support */

//#define WOLFSSL_SP_CACHE_RESISTANT
#define WOLFSSL_SP_MATH /* only SP math - disables integer.c/tfm.c */
//#define WOLFSSL_SP_MATH_ALL /* use SP math for all key sizes and curves */

Expand Down
1 change: 0 additions & 1 deletion IDE/GCC-ARM/Header/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ extern "C" {
#define WOLFSSL_HAVE_SP_RSA
#define WOLFSSL_HAVE_SP_DH
#define WOLFSSL_HAVE_SP_ECC
//#define WOLFSSL_SP_CACHE_RESISTANT
#define WOLFSSL_SP_MATH /* only SP math - eliminates fast math code */

/* SP Assembly Speedups */
Expand Down
1 change: 0 additions & 1 deletion IDE/MDK-ARM/MDK-ARM/wolfSSL/config-BARE-METAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@

#define WOLFSSL_SP_SMALL /* use smaller version of code */
//#define WOLFSSL_SP_NO_MALLOC /* do not use heap */
//#define WOLFSSL_SP_CACHE_RESISTANT
//#define WOLFSSL_SP_DIV_32 /* do not use 64-bit divides */

#if MDK_CONF_MATH == 4
Expand Down
1 change: 0 additions & 1 deletion IDE/MDK-ARM/MDK-ARM/wolfSSL/config-FS.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@

#define WOLFSSL_SP_SMALL /* use smaller version of code */
//#define WOLFSSL_SP_NO_MALLOC /* do not use heap */
//#define WOLFSSL_SP_CACHE_RESISTANT
//#define WOLFSSL_SP_DIV_32 /* do not use 64-bit divides */

#if MDK_CONF_MATH == 4
Expand Down
1 change: 0 additions & 1 deletion IDE/MDK-ARM/MDK-ARM/wolfSSL/config-RTX-TCP-FS.h
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@

#define WOLFSSL_SP_SMALL /* use smaller version of code */
//#define WOLFSSL_SP_NO_MALLOC /* do not use heap */
//#define WOLFSSL_SP_CACHE_RESISTANT
//#define WOLFSSL_SP_DIV_32 /* do not use 64-bit divides */

#if MDK_CONF_MATH == 4
Expand Down
1 change: 0 additions & 1 deletion IDE/MDK5-ARM/Conf/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@

#define WOLFSSL_SP_SMALL /* use smaller version of code */
//#define WOLFSSL_SP_NO_MALLOC /* do not use heap */
//#define WOLFSSL_SP_CACHE_RESISTANT
//#define WOLFSSL_SP_DIV_32 /* do not use 64-bit divides */

#if MDK_CONF_MATH == 4
Expand Down
1 change: 0 additions & 1 deletion IDE/ROWLEY-CROSSWORKS-ARM/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ extern "C" {
#define WOLFSSL_HAVE_SP_RSA
#define WOLFSSL_HAVE_SP_DH
#define WOLFSSL_HAVE_SP_ECC
//#define WOLFSSL_SP_CACHE_RESISTANT
#define WOLFSSL_SP_MATH /* only SP math - eliminates fast math code */

/* SP Assembly Speedups */
Expand Down
1 change: 0 additions & 1 deletion IDE/STM32Cube/default_conf.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ extern ${variable.value} ${variable.name};
/* Enable to put all math on stack (no heap) */
//#define WOLFSSL_SP_NO_MALLOC
/* Enable for SP cache resistance (not usually enabled for embedded micros) */
//#define WOLFSSL_SP_CACHE_RESISTANT

#if WOLF_CONF_MATH == 4 || WOLF_CONF_MATH == 5
#define WOLFSSL_SP_ASM /* required if using the ASM versions */
Expand Down
1 change: 0 additions & 1 deletion IDE/SimplicityStudio/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ extern "C" {
//#define WOLFSSL_SP_4096 /* Enable RSA/RH 4096-bit support */
//#define WOLFSSL_SP_384 /* Enable ECC 384-bit SECP384R1 support */

//#define WOLFSSL_SP_CACHE_RESISTANT
//#define WOLFSSL_SP_MATH /* only SP math - disables integer.c/tfm.c */
#define WOLFSSL_SP_MATH_ALL /* use SP math for all key sizes and curves */

Expand Down
1 change: 0 additions & 1 deletion IDE/VisualDSP/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ extern "C" {
#define WOLFSSL_HAVE_SP_RSA
#define WOLFSSL_HAVE_SP_DH
#define WOLFSSL_HAVE_SP_ECC
#define WOLFSSL_SP_CACHE_RESISTANT
//#define WOLFSSL_SP_MATH /* only SP math - eliminates fast math code */

/* 64 or 32 bit version */
Expand Down
1 change: 0 additions & 1 deletion IDE/WICED-STUDIO/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ extern "C" {
#define WOLFSSL_HAVE_SP_RSA
#define WOLFSSL_HAVE_SP_DH
#define WOLFSSL_HAVE_SP_ECC
#define WOLFSSL_SP_CACHE_RESISTANT
//#define WOLFSSL_SP_MATH

/* 64 or 32 bit version */
Expand Down
1 change: 0 additions & 1 deletion IDE/WINCE/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#define WOLFSSL_HAVE_SP_RSA
#define WOLFSSL_HAVE_SP_DH
#define WOLFSSL_HAVE_SP_ECC
//#define WOLFSSL_SP_CACHE_RESISTANT
//#define WOLFSSL_SP_MATH /* only SP math - eliminates fast math code */

/* SP Assembly Speedups */
Expand Down
1 change: 0 additions & 1 deletion examples/configs/user_settings_stm32.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@
#define SP_WORD_SIZE 32

//#define WOLFSSL_SP_NO_MALLOC
//#define WOLFSSL_SP_CACHE_RESISTANT

/* single precision Cortex-M only */
#if WOLF_CONF_MATH == 4
Expand Down
1 change: 0 additions & 1 deletion examples/configs/user_settings_template.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ extern "C" {
//#define WOLFSSL_SP_4096 /* Enable RSA/RH 4096-bit support */
//#define WOLFSSL_SP_384 /* Enable ECC 384-bit SECP384R1 support */

//#define WOLFSSL_SP_CACHE_RESISTANT
//#define WOLFSSL_SP_MATH /* only SP math - disables integer.c/tfm.c */
#define WOLFSSL_SP_MATH_ALL /* use SP math for all key sizes and curves */

Expand Down