add sm3 sm4 sm9 crypto algorithm

This commit is contained in:
root
2021-05-14 16:34:38 +08:00
parent 9fb9a3a2ec
commit e012005b45
32 changed files with 22805 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
ifeq ($(CONFIG_CRYPTO), y)
SRC_DIR := crypto
endif
include $(KERNEL_ROOT)/compiler.mk