Browse Source

Remove references to WOLFSSL_SP_CACHE_RESISTANT as it is always on

kaleb-himes 7 months ago
parent
commit
0fb514fa41

+ 0 - 1
IDE/AURIX/user_settings.h

@@ -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

+ 0 - 1
IDE/CRYPTOCELL/user_settings.h

@@ -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 */

+ 0 - 1
IDE/ECLIPSE/DEOS/user_settings.h

@@ -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 */
 

+ 0 - 1
IDE/GCC-ARM/Header/user_settings.h

@@ -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 */

+ 0 - 1
IDE/MDK-ARM/MDK-ARM/wolfSSL/config-BARE-METAL.h

@@ -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

+ 0 - 1
IDE/MDK-ARM/MDK-ARM/wolfSSL/config-FS.h

@@ -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

+ 0 - 1
IDE/MDK-ARM/MDK-ARM/wolfSSL/config-RTX-TCP-FS.h

@@ -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

+ 0 - 1
IDE/MDK5-ARM/Conf/user_settings.h

@@ -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

+ 0 - 1
IDE/ROWLEY-CROSSWORKS-ARM/user_settings.h

@@ -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 */

+ 0 - 1
IDE/STM32Cube/default_conf.ftl

@@ -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 */

+ 0 - 1
IDE/SimplicityStudio/user_settings.h

@@ -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 */
 

+ 0 - 1
IDE/VisualDSP/user_settings.h

@@ -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 */

+ 0 - 1
IDE/WICED-STUDIO/user_settings.h

@@ -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 */

+ 0 - 1
IDE/WINCE/user_settings.h

@@ -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 */

+ 0 - 1
examples/configs/user_settings_stm32.h

@@ -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

+ 0 - 1
examples/configs/user_settings_template.h

@@ -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 */