Skip to content

Commit f9c2a86

Browse files
Merge pull request #6759 from kaleb-himes/SP_CACHE_UPDATE
Remove references to WOLFSSL_SP_CACHE_RESISTANT as it is always on
2 parents f8f6619 + 0fb514f commit f9c2a86

16 files changed

Lines changed: 0 additions & 16 deletions

File tree

IDE/AURIX/user_settings.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ extern unsigned int my_rng_seed_gen(void);
9898

9999
#define WOLFSSL_SP_NO_MALLOC
100100
//#define WOLFSSL_SP_DIV_32 /* do not use 64-bit divides */
101-
//#define WOLFSSL_SP_CACHE_RESISTANT
102101

103102
/* use smaller version of code */
104103
#define WOLFSSL_SP_SMALL

IDE/CRYPTOCELL/user_settings.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ extern "C" {
8888
#define WOLFSSL_HAVE_SP_RSA
8989
#define WOLFSSL_HAVE_SP_DH
9090
#define WOLFSSL_HAVE_SP_ECC
91-
#define WOLFSSL_SP_CACHE_RESISTANT
9291
//#define WOLFSSL_SP_MATH /* only SP math - eliminates fast math code */
9392

9493
/* Assembly */

IDE/ECLIPSE/DEOS/user_settings.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ You can get the current time from https://www.unixtimestamp.com/ */
8585
#define WOLFSSL_SP_4096 /* Enable RSA/RH 4096-bit support */
8686
#define WOLFSSL_SP_384 /* Enable ECC 384-bit SECP384R1 support */
8787

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

IDE/GCC-ARM/Header/user_settings.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ extern "C" {
7070
#define WOLFSSL_HAVE_SP_RSA
7171
#define WOLFSSL_HAVE_SP_DH
7272
#define WOLFSSL_HAVE_SP_ECC
73-
//#define WOLFSSL_SP_CACHE_RESISTANT
7473
#define WOLFSSL_SP_MATH /* only SP math - eliminates fast math code */
7574

7675
/* SP Assembly Speedups */

IDE/MDK-ARM/MDK-ARM/wolfSSL/config-BARE-METAL.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@
233233

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

239238
#if MDK_CONF_MATH == 4

IDE/MDK-ARM/MDK-ARM/wolfSSL/config-FS.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@
270270

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

276275
#if MDK_CONF_MATH == 4

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@
292292

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

298297
#if MDK_CONF_MATH == 4

IDE/MDK5-ARM/Conf/user_settings.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@
478478

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

484483
#if MDK_CONF_MATH == 4

IDE/ROWLEY-CROSSWORKS-ARM/user_settings.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ extern "C" {
5353
#define WOLFSSL_HAVE_SP_RSA
5454
#define WOLFSSL_HAVE_SP_DH
5555
#define WOLFSSL_HAVE_SP_ECC
56-
//#define WOLFSSL_SP_CACHE_RESISTANT
5756
#define WOLFSSL_SP_MATH /* only SP math - eliminates fast math code */
5857

5958
/* SP Assembly Speedups */

IDE/STM32Cube/default_conf.ftl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ extern ${variable.value} ${variable.name};
249249
/* Enable to put all math on stack (no heap) */
250250
//#define WOLFSSL_SP_NO_MALLOC
251251
/* Enable for SP cache resistance (not usually enabled for embedded micros) */
252-
//#define WOLFSSL_SP_CACHE_RESISTANT
253252

254253
#if WOLF_CONF_MATH == 4 || WOLF_CONF_MATH == 5
255254
#define WOLFSSL_SP_ASM /* required if using the ASM versions */

0 commit comments

Comments
 (0)