add sm3 sm4 sm9 crypto algorithm from Nei_Xuwen

it is OK
This commit is contained in:
xuedongliang
2021-05-18 18:38:02 +08:00
32 changed files with 22805 additions and 1 deletions

View File

@@ -144,6 +144,10 @@ ifeq ($(CONFIG_CONNECTION_ADAPTER), y)
KERNELPATHS += -I$(KERNEL_ROOT)/framework/connection/Adapter/include #
endif
ifeq ($(CONFIG_CRYPTO), y)
KERNELPATHS += -I$(KERNEL_ROOT)/framework/security/crypto/include #
endif
KERNELPATHS += -I$(KERNEL_ROOT)/resources/include #
ifeq ($(CONFIG_RESOURCES_SPI), y)