Skip to content

Commit a430d70

Browse files
cyliangtwccli8
authored andcommitted
M467 Support crypto AES-CCM H/W with one-shot & cascade mode
1 parent 88a5291 commit a430d70

File tree

4 files changed

+1059
-0
lines changed

4 files changed

+1059
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ target_include_directories(mbed-mbedtls
99
./rsa
1010
./sha
1111
./gcm
12+
./ccm
1213
)
1314

1415
target_sources(mbed-mbedtls
@@ -22,4 +23,5 @@ target_sources(mbed-mbedtls
2223
sha/sha512_alt.c
2324
sha/sha_alt_hw.c
2425
gcm/gcm_alt.c
26+
ccm/ccm_alt.c
2527
)

0 commit comments

Comments
 (0)