11diff --git a/api-tests/platform/targets/tgt_dev_apis_stdc/nspe/pal_crypto_config.h b/api-tests/platform/targets/tgt_dev_apis_stdc/nspe/pal_crypto_config.h
2- index c5a54a9..682b151 100644
2+ index dad40ec..8d19699 100644
33--- a/api-tests/platform/targets/tgt_dev_apis_stdc/nspe/pal_crypto_config.h
44+++ b/api-tests/platform/targets/tgt_dev_apis_stdc/nspe/pal_crypto_config.h
55@@ -53,7 +53,7 @@
@@ -11,21 +11,6 @@ index c5a54a9..682b151 100644
1111 #define ARCH_TEST_ECC_CURVE_SECP256R1
1212 #define ARCH_TEST_ECC_CURVE_SECP384R1
1313
14- @@ -79,10 +79,10 @@
15- *
16- * Comment macros to disable the types
17- */
18- - #define ARCH_TEST_DES
19- - #define ARCH_TEST_DES_1KEY
20- - #define ARCH_TEST_DES_2KEY
21- - #define ARCH_TEST_DES_3KEY
22- + //#define ARCH_TEST_DES
23- + //#define ARCH_TEST_DES_1KEY
24- + //#define ARCH_TEST_DES_2KEY
25- + //#define ARCH_TEST_DES_3KEY
26-
27- /**
28- * \def ARCH_TEST_RAW
2914@@ -105,7 +105,7 @@
3015 *
3116 * Enable the ARC4 key type.
@@ -34,4 +19,65 @@ index c5a54a9..682b151 100644
3419+ //#define ARCH_TEST_ARC4
3520
3621 /**
37- * \def ARCH_TEST_CIPHER_MODE_CTR
22+ * \def ARCH_TEST_CHACHA20
23+ @@ -251,8 +251,8 @@
24+ */
25+ // #define ARCH_TEST_MD2
26+ // #define ARCH_TEST_MD4
27+ - //#define ARCH_TEST_MD5
28+ - //#define ARCH_TEST_RIPEMD160
29+ + #define ARCH_TEST_MD5
30+ + #define ARCH_TEST_RIPEMD160
31+ #define ARCH_TEST_SHA1
32+ #define ARCH_TEST_SHA224
33+ #define ARCH_TEST_SHA256
34+ @@ -260,10 +260,10 @@
35+ #define ARCH_TEST_SHA512
36+ // #define ARCH_TEST_SHA512_224
37+ // #define ARCH_TEST_SHA512_256
38+ - // #define ARCH_TEST_SHA3_224
39+ - // #define ARCH_TEST_SHA3_256
40+ - // #define ARCH_TEST_SHA3_384
41+ - // #define ARCH_TEST_SHA3_512
42+ + #define ARCH_TEST_SHA3_224
43+ + #define ARCH_TEST_SHA3_256
44+ + #define ARCH_TEST_SHA3_384
45+ + #define ARCH_TEST_SHA3_512
46+
47+ /**
48+ * \def ARCH_TEST_HKDF
49+ @@ -291,8 +291,8 @@
50+ * Enable the NIST SP800-108 Counter mode KDF algorithm
51+ *
52+ */
53+ - #define ARCH_TEST_SP800_108_COUNTER_HMAC
54+ - #define ARCH_TEST_SP800_108_COUNTER_CMAC
55+ + //#define ARCH_TEST_SP800_108_COUNTER_HMAC
56+ + //#define ARCH_TEST_SP800_108_COUNTER_CMAC
57+
58+ /**
59+ * \def ARCH_TEST_xMAC
60+ @@ -369,7 +369,7 @@
61+ * Enable deterministic ECDSA (RFC 6979).
62+ */
63+ #define ARCH_TEST_DETERMINISTIC_ECDSA
64+ - #define ARCH_TEST_TWISTED_EDWARDS
65+ + //#define ARCH_TEST_TWISTED_EDWARDS
66+
67+ /**
68+ * \def ARCH_TEST_ECC_ASYMMETRIC_API_SUPPORT
69+ @@ -397,10 +397,10 @@
70+ *
71+ * Enable support for augmented PAKE: SPAKE2P algorithm
72+ */
73+ - #define ARCH_TEST_SPAKE2P
74+ - #define ARCH_TEST_SPAKE2P_HMAC
75+ - #define ARCH_TEST_SPAKE2P_CMAC
76+ - #define ARCH_TEST_SPAKE2P_MATTER
77+ + //#define ARCH_TEST_SPAKE2P
78+ + //#define ARCH_TEST_SPAKE2P_HMAC
79+ + //#define ARCH_TEST_SPAKE2P_CMAC
80+ + //#define ARCH_TEST_SPAKE2P_MATTER
81+
82+ #include "pal_crypto_config_check.h"
83+
0 commit comments