Skip to content

Commit 12e186d

Browse files
SebastianBoenordicjm
authored andcommitted
crypto: 54h: Delete SSF_PSA
In NCS we reorganized such that SSF_PSA was renamed to PSA_SSF, but not all references have been updated. In this commit we delete SSF_PSA so that we only have PSA_SSF. Ref: NCSDK-NONE Signed-off-by: Sebastian Bøe <[email protected]>
1 parent b8e6077 commit 12e186d

File tree

46 files changed

+3
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3
-90
lines changed

doc/nrf/libraries/others/app_jwt.rst

Lines changed: 0 additions & 1 deletion

doc/nrf/links.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@
661661

662662
.. _`CONFIG_BT_CTLR_TX_PWR_MINUS`: https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CONFIG_BT_CTLR_TX_PWR_MINUS
663663
.. _`CONFIG_BT_CTLR_TX_PWR_PLUS`: https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CONFIG_BT_CTLR_TX_PWR_PLUS
664-
.. _`PSA CRYPTO SSF SERVICE ENABLED`: https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED
664+
.. _`CONFIG_PSA_SSF_CRYPTO_CLIENT`: https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CONFIG_PSA_SSF_CRYPTO_CLIENT
665665
.. _`Matter factory data Kconfig options`: https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CHIP_FACTORY_DATA
666666
.. _`Kconfig search results`: https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CONFIG_PM_PARTITION_SIZE
667667
.. _`CONFIG_PSA_WANT_*`: https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CONFIG_PSA_WANT_*

samples/app_jwt/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ CONFIG_APP_JWT_PRINT_EXPORTED_PUBKEY_DER=y
2929
# Enable nordic security backend and PSA APIs
3030
CONFIG_NRF_SECURITY=y
3131

32-
# Enable PSA crypto from SSF client
33-
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y
34-
3532
# Enable Device Info service
3633
CONFIG_SSF_DEVICE_INFO_SERVICE_ENABLED=y
3734

samples/app_jwt/prj.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ CONFIG_APP_JWT_PRINT_EXPORTED_PUBKEY_DER=y
2020
# Enable nordic security backend and PSA APIs
2121
CONFIG_NRF_SECURITY=y
2222

23-
# Enable PSA crypto from SSF client
24-
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y
25-
2623
# Enable Device Info service
2724
CONFIG_SSF_DEVICE_INFO_SERVICE_ENABLED=y
2825

samples/bluetooth/channel_sounding_ras_initiator/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CONFIG_BT_RX_STACK_SIZE=2048
99
# Enable PSA RNG
1010
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
1111
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
12-
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y
1312
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
1413
CONFIG_NRF_SECURITY=y
1514

samples/bluetooth/channel_sounding_ras_reflector/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CONFIG_BT_RX_STACK_SIZE=2048
99
# Enable PSA RNG
1010
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
1111
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
12-
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y
1312
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
1413
CONFIG_NRF_SECURITY=y
1514

samples/bluetooth/conn_time_sync/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CONFIG_BT_RX_STACK_SIZE=2048
99
# Enable PSA RNG
1010
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
1111
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
12-
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y
1312
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
1413
CONFIG_NRF_SECURITY=y
1514

samples/bluetooth/conn_time_sync/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
# Enable PSA RNG
88
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
99
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
10-
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y
1110
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
1211
CONFIG_NRF_SECURITY=y

samples/bluetooth/event_trigger/boards/nrf54h20dk_nrf54h20_cpurad.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
# Enable PSA RNG
88
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
99
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
10-
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y
1110
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
1211
CONFIG_NRF_SECURITY=y

samples/bluetooth/iso_combined_bis_and_cis/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# Enable PSA RNG
88
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
99
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
10-
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y
1110
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
1211
CONFIG_NRF_SECURITY=y
1312

0 commit comments

Comments
 (0)