Skip to content

Commit cf09f75

Browse files
committed
[nrf noup] modules: hostap: Remove AES [un]wrap
These are already provided by nRF security by default (NIST_KW_C). Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 401a43a commit cf09f75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/hostap/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,6 @@ zephyr_library_sources(
573573
${HOSTAP_SRC_BASE}/crypto/crypto_mbedtls-ec.c
574574
${HOSTAP_SRC_BASE}/crypto/crypto_mbedtls.c
575575
${HOSTAP_SRC_BASE}/crypto/aes-internal.c
576-
${HOSTAP_SRC_BASE}/crypto/aes-wrap.c
577-
${HOSTAP_SRC_BASE}/crypto/aes-unwrap.c
578576
${HOSTAP_SRC_BASE}/crypto/rc4.c
579577
${HOSTAP_SRC_BASE}/crypto/sha1-internal.c
580578
${HOSTAP_SRC_BASE}/crypto/sha1-prf.c

0 commit comments

Comments
 (0)