Skip to content

Commit 9dc7cd2

Browse files
cyliangtwccli8
authored andcommitted
M467 Support crypto GCM H/W
1 parent 627a0b4 commit 9dc7cd2

File tree

3 files changed

+1085
-1
lines changed

3 files changed

+1085
-1
lines changed

connectivity/drivers/mbedtls/TARGET_NUVOTON/TARGET_M460/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 ARM Limited. All rights reserved.
1+
# Copyright (c) 2022 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
target_include_directories(mbed-mbedtls
@@ -8,6 +8,7 @@ target_include_directories(mbed-mbedtls
88
./ecp
99
./rsa
1010
./sha
11+
./gcm
1112
)
1213

1314
target_sources(mbed-mbedtls
@@ -19,4 +20,5 @@ target_sources(mbed-mbedtls
1920
sha/sha256_alt.c
2021
sha/sha512_alt.c
2122
sha/sha_alt_hw.c
23+
gcm/gcm_alt.c
2224
)

0 commit comments

Comments
 (0)