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
10 changes: 0 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -902,16 +902,6 @@ endif()
# - Web server
# - Web client

# HC128
set(WOLFSSL_HC128_HELP_STRING "Enable HC-128 (default: disabled)")
add_option("WOLFSSL_HC128" ${WOLFSSL_HC128_HELP_STRING} "no" "yes;no")

if(NOT WOLFSSL_HC128)
list(APPEND WOLFSSL_DEFINITIONS "-DNO_HC128")
else()
list(APPEND WOLFSSL_DEFINITIONS "-DHAVE_HC128")
endif()

# RABBIT
if(NOT WOLFSSL_RABBIT)
list(APPEND WOLFSSL_DEFINITIONS "-DNO_RABBIT")
Expand Down
1 change: 0 additions & 1 deletion IDE/Android/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ cc_library_shared {
"./wolfcrypt/src/ge_operations.c",
"./wolfcrypt/src/hash.c",
"./wolfcrypt/src/kdf.c",
"./wolfcrypt/src/hc128.c",
"./wolfcrypt/src/hmac.c",
"./wolfcrypt/src/idea.c",
"./wolfcrypt/src/integer.c",
Expand Down
1 change: 0 additions & 1 deletion IDE/Android/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@

#define NO_DSA
#define NO_RC4
#define NO_HC128
#define NO_RABBIT
#define NO_RC4
#define NO_PSK
Expand Down
3 changes: 0 additions & 3 deletions IDE/CRYPTOCELL/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,6 @@ extern "C" {
#undef NO_OLD_TLS
#define NO_OLD_TLS

#undef NO_HC128
#define NO_HC128

#undef NO_RABBIT
#define NO_RABBIT

Expand Down
5 changes: 0 additions & 5 deletions IDE/ECLIPSE/DEOS/deos_wolfssl/.project
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,6 @@
<type>1</type>
<locationURI>WOLFSSL_ROOT/wolfcrypt/src/hash.c</locationURI>
</link>
<link>
<name>wolfcrypt/src/hc128.c</name>
<type>1</type>
<locationURI>WOLFSSL_ROOT/wolfcrypt/src/hc128.c</locationURI>
</link>
<link>
<name>wolfcrypt/src/hmac.c</name>
<type>1</type>
Expand Down
1 change: 0 additions & 1 deletion IDE/ECLIPSE/MICRIUM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ HMAC-SHA test passed!
HAC-SHA256 test passed!
HMAC-SHA512 test passed!
GMC test passed!
HC-128 test passed!
Rabbit test passed!
DS test passed!
DS3 test passed!
Expand Down
3 changes: 1 addition & 2 deletions IDE/ECLIPSE/RTTHREAD/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ HMAC-SHA512 test passed!
X963-KDF test passed!
GMAC test passed!
ARC4 test passed!
HC-128 test passed!
Rabbit test passed!
DES test passed!
DES3 test passed!
Expand Down Expand Up @@ -172,4 +171,4 @@ ED 25519 verify 2 ops took 1.000 sec, avg 500.000 ms, 2.000 ops/sec

## References

For more information please contact info@wolfssl.com.
For more information please contact info@wolfssl.com.
3 changes: 0 additions & 3 deletions IDE/GCC-ARM/Header/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -610,9 +610,6 @@ extern unsigned int my_rng_seed_gen(void);
#undef NO_OLD_TLS
#define NO_OLD_TLS

#undef NO_HC128
#define NO_HC128

#undef NO_RABBIT
#define NO_RABBIT

Expand Down
1 change: 0 additions & 1 deletion IDE/GCC-ARM/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ SRC_C += ../../wolfcrypt/src/arc4.c
SRC_C += ../../wolfcrypt/src/blake2b.c
SRC_C += ../../wolfcrypt/src/camellia.c
SRC_C += ../../wolfcrypt/src/dsa.c
SRC_C += ../../wolfcrypt/src/hc128.c
SRC_C += ../../wolfcrypt/src/idea.c
SRC_C += ../../wolfcrypt/src/md2.c
SRC_C += ../../wolfcrypt/src/md4.c
Expand Down
1 change: 0 additions & 1 deletion IDE/HEXAGON/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ libwolfssl_C_SRCS += \
../../wolfcrypt/src/wc_encrypt \
../../wolfcrypt/src/hash \
../../wolfcrypt/src/wc_pkcs11 \
../../wolfcrypt/src/hc128 \
../../wolfcrypt/src/wc_port \
../../wolfcrypt/src/hmac \
../../wolfcrypt/src/wolfcrypt_first \
Expand Down
3 changes: 0 additions & 3 deletions IDE/IAR-EWARM/Projects/lib/wolfSSL-Lib.ewp
Original file line number Diff line number Diff line change
Expand Up @@ -1978,9 +1978,6 @@
<file>
<name>$PROJ_DIR$\..\..\..\..\wolfcrypt\src\kdf.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\wolfcrypt\src\hc128.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\wolfcrypt\src\hmac.c</name>
</file>
Expand Down
1 change: 0 additions & 1 deletion IDE/IAR-EWARM/embOS/custom_port/README_custom_port
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ HMAC-SHA256 test passed!
HMAC-SHA384 test passed!
HMAC-SHA512 test passed!
GMAC test passed!
HC-128 test passed!
Rabbit test passed!
Chacha test passed!
POLY1305 test passed!
Expand Down
2 changes: 0 additions & 2 deletions IDE/INTIME-RTOS/libwolfssl.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<ClCompile Include="..\..\wolfcrypt\src\ge_operations.c" />
<ClCompile Include="..\..\wolfcrypt\src\hash.c" />
<ClCompile Include="..\..\wolfcrypt\src\kdf.c" />
<ClCompile Include="..\..\wolfcrypt\src\hc128.c" />
<ClCompile Include="..\..\wolfcrypt\src\hmac.c" />
<ClCompile Include="..\..\wolfcrypt\src\idea.c" />
<ClCompile Include="..\..\wolfcrypt\src\integer.c" />
Expand Down Expand Up @@ -114,7 +113,6 @@
<ClInclude Include="..\..\wolfssl\wolfcrypt\fips_test.h" />
<ClInclude Include="..\..\wolfssl\wolfcrypt\ge_operations.h" />
<ClInclude Include="..\..\wolfssl\wolfcrypt\hash.h" />
<ClInclude Include="..\..\wolfssl\wolfcrypt\hc128.h" />
<ClInclude Include="..\..\wolfssl\wolfcrypt\hmac.h" />
<ClInclude Include="..\..\wolfssl\wolfcrypt\idea.h" />
<ClInclude Include="..\..\wolfssl\wolfcrypt\integer.h" />
Expand Down
3 changes: 0 additions & 3 deletions IDE/INTIME-RTOS/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,6 @@ extern "C" {
#undef NO_RC4
#define NO_RC4

#undef NO_HC128
#define NO_HC128

#undef NO_RABBIT
#define NO_RABBIT

Expand Down
5 changes: 0 additions & 5 deletions IDE/KDS/.project
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,6 @@
<type>1</type>
<locationURI>PARENT-2-PROJECT_LOC/wolfcrypt/src/kdf.c</locationURI>
</link>
<link>
<name>src/wolfcrypt-src/hc128.c</name>
<type>1</type>
<locationURI>PARENT-2-PROJECT_LOC/wolfcrypt/src/hc128.c</locationURI>
</link>
<link>
<name>src/wolfcrypt-src/hmac.c</name>
<type>1</type>
Expand Down
1 change: 0 additions & 1 deletion IDE/LINUX-SGX/sgx_t_static.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Wolfssl_C_Files :=$(WOLFSSL_ROOT)/wolfcrypt/src/aes.c\
$(WOLFSSL_ROOT)/wolfcrypt/src/error.c\
$(WOLFSSL_ROOT)/wolfcrypt/src/hash.c\
$(WOLFSSL_ROOT)/wolfcrypt/src/kdf.c\
$(WOLFSSL_ROOT)/wolfcrypt/src/hc128.c\
$(WOLFSSL_ROOT)/wolfcrypt/src/hmac.c\
$(WOLFSSL_ROOT)/wolfcrypt/src/integer.c\
$(WOLFSSL_ROOT)/src/internal.c\
Expand Down
1 change: 0 additions & 1 deletion IDE/LPCXPRESSO/lib_wolfssl/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
#define NO_DEV_RANDOM
#define NO_MD4
#define NO_RABBIT
#define NO_HC128
#define NO_DSA
#define NO_PWDBASED
#define NO_PSK
Expand Down
1 change: 0 additions & 1 deletion IDE/M68K/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@

#define NO_ASN_TIME
#define NO_PWDBASED
#define NO_HC128
#define NO_RABBIT
#define NO_RC4
#define NO_DSA
Expand Down
6 changes: 0 additions & 6 deletions IDE/MDK-ARM/MDK-ARM/wolfSSL/config-BARE-METAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@
#define NO_HMAC
#endif
// </e>
// <e>HC128
#define MDK_CONF_HC128 0
#if MDK_CONF_HC128 == 1
#define HAVE_HC128
#endif
// </e>
// <e>RABBIT
#define MDK_CONF_RABBIT 1
#if MDK_CONF_RABBI == 0
Expand Down
6 changes: 0 additions & 6 deletions IDE/MDK-ARM/MDK-ARM/wolfSSL/config-FS.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,6 @@
#define NO_HMAC
#endif
// </e>
// <e>HC128
#define MDK_CONF_HC128 0
#if MDK_CONF_HC128 == 1
#define HAVE_HC128
#endif
// </e>
// <e>RABBIT
#define MDK_CONF_RABBIT 1
#if MDK_CONF_RABBI == 0
Expand Down
6 changes: 0 additions & 6 deletions IDE/MDK-ARM/MDK-ARM/wolfSSL/config-RTX-TCP-FS.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,6 @@
#define NO_HMAC
#endif
// </e>
// <e>HC128
#define MDK_CONF_HC128 0
#if MDK_CONF_HC128 == 1
#define HAVE_HC128
#endif
// </e>
// <e>RABBIT
#define MDK_CONF_RABBIT 1
#if MDK_CONF_RABBI == 0
Expand Down
7 changes: 0 additions & 7 deletions IDE/MDK-ARM/MDK-ARM/wolfSSL/shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ extern void hmac_sha384_test(void *arg) ;
extern void arc4_test(void *arg) ;
#endif

#ifndef NO_HC128
extern void hc128_test(void *arg) ;
#endif

#ifndef NO_RABBIT
extern void rabbit_test(void *arg) ;
#endif
Expand Down Expand Up @@ -267,9 +263,6 @@ static struct {
#ifndef NO_RC4
"arc4", arc4_test,
#endif
#ifndef NO_HC128
"hc128", hc128_test,
#endif
#ifndef NO_RABBIT
"rabbit", rabbit_test,
#endif
Expand Down
Loading