Skip to content

Commit

Permalink
[nrf noup] modules: mbedtls: Add Nordic only PSA wants
Browse files Browse the repository at this point in the history
Add some Nordic only PSA want Kconfig options which were
missplaced in nrf_security during the upmerge.

Signed-off-by: Georgios Vasilakis <[email protected]>
  • Loading branch information
Vge0rge committed Oct 8, 2024
1 parent ae75e9e commit a5de972
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions modules/mbedtls/Kconfig.psa.nordic
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,22 @@ config PSA_WANT_ALG_XTS
bool "PSA XTS block cipher mode support" if !PSA_PROMPTLESS
default y if PSA_CRYPTO_ENABLE_ALL

config PSA_WANT_ALG_CFB
bool "PSA stream cipher using CFB mode support" if !PSA_PROMPTLESS
default y if PSA_CRYPTO_ENABLE_ALL

config PSA_WANT_ALG_OFB
bool "PSA stream cipher using OFB mode support" if !PSA_PROMPTLESS
default y if PSA_CRYPTO_ENABLE_ALL

config PSA_WANT_ALG_CHACHA20
bool "PSA CHACHA20 stream cipher support" if !PSA_PROMPTLESS
default y if PSA_CRYPTO_ENABLE_ALL

config PSA_WANT_ALG_SHAKE256_512
bool "PSA SHAKE256 512 bits support" if !PSA_PROMPTLESS
default y if PSA_CRYPTO_ENABLE_ALL

comment "Nordic added ECC curve types"

config PSA_WANT_ECC_BRAINPOOL_P_R1_160
Expand Down

0 comments on commit a5de972

Please sign in to comment.