Skip to content

Commit 47b0b9b

Browse files
committed
nrf_security: Remove unused platform keys
The platform keys are not used anymore by nRF54H20 or any other device so remove them. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent a4bba64 commit 47b0b9b

File tree

7 files changed

+0
-1234
lines changed

7 files changed

+0
-1234
lines changed

subsys/nrf_security/include/psa/nrf_platform_key_ids.h

Lines changed: 0 additions & 351 deletions
This file was deleted.

subsys/nrf_security/src/drivers/cracen/cracenpsa/cracenpsa.cmake

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,3 @@ if(CONFIG_PSA_NEED_CRACEN_KEY_AGREEMENT_DRIVER OR CONFIG_PSA_NEED_CRACEN_KEY_DER
155155
${CMAKE_CURRENT_LIST_DIR}/src/key_derivation.c
156156
)
157157
endif()
158-
159-
if(CONFIG_PSA_NEED_CRACEN_PLATFORM_KEYS)
160-
list(APPEND cracen_driver_sources
161-
${CMAKE_CURRENT_LIST_DIR}/src/platform_keys/platform_keys.c
162-
)
163-
endif()

0 commit comments

Comments
 (0)