forked from wolfSSL/wolfssl
Required additions for building fips-ready with speedups
This commit is contained in:
@@ -84,6 +84,9 @@ endif
|
|||||||
|
|
||||||
if BUILD_AESNI
|
if BUILD_AESNI
|
||||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/aes_asm.S
|
src_libwolfssl_la_SOURCES += wolfcrypt/src/aes_asm.S
|
||||||
|
if BUILD_INTELASM
|
||||||
|
src_libwolfssl_la_SOURCES += wolfcrypt/src/aes_gcm_asm.S
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BUILD_DES3
|
if BUILD_DES3
|
||||||
@@ -92,10 +95,16 @@ endif
|
|||||||
|
|
||||||
if BUILD_SHA
|
if BUILD_SHA
|
||||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/sha.c
|
src_libwolfssl_la_SOURCES += wolfcrypt/src/sha.c
|
||||||
|
if BUILD_INTELASM
|
||||||
|
src_libwolfssl_la_SOURCES += wolfcrypt/src/sha256_asm.S
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BUILD_SHA512
|
if BUILD_SHA512
|
||||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/sha512.c
|
src_libwolfssl_la_SOURCES += wolfcrypt/src/sha512.c
|
||||||
|
if BUILD_INTELASM
|
||||||
|
src_libwolfssl_la_SOURCES += wolfcrypt/src/sha512_asm.S
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BUILD_SHA3
|
if BUILD_SHA3
|
||||||
|
Reference in New Issue
Block a user