Skip to content

Commit

Permalink
opteeos/libmbedtls: add sha3 module
Browse files Browse the repository at this point in the history
makefile support sha3 in optee and cmake would be next

Signed-off-by: makejian <[email protected]>
  • Loading branch information
ThePassionate committed Dec 24, 2024
1 parent e26f587 commit 0cac25b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optee/optee_os/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ CFLAGS += -DCFG_CRYPTO_ECC
CFLAGS += -DCFG_CRYPTO_GCM
CFLAGS += -DCFG_CRYPTO_HMAC
CFLAGS += -DCFG_CRYPTO_MD5 -DCFG_CRYPTO_SHA1 -DCFG_CRYPTO_SHA224 -DCFG_CRYPTO_SHA256 -DCFG_CRYPTO_SHA384 -DCFG_CRYPTO_SHA512
CFLAGS += -DCFG_CRYPTO_SHA3_224 -DCFG_CRYPTO_SHA3_256 -DCFG_CRYPTO_SHA3_384 -DCFG_CRYPTO_SHA3_512
CFLAGS += -DCFG_CRYPTO_SM2_KEP
CFLAGS += -DCFG_LPAE_ADDR_SPACE_BITS=32
CFLAGS += -DCFG_MAX_CACHE_LINE_SHIFT=6
Expand Down

0 comments on commit 0cac25b

Please sign in to comment.