Skip to content

Commit a5de972

Browse files
committed
[nrf noup] modules: mbedtls: Add Nordic only PSA wants
Add some Nordic only PSA want Kconfig options which were missplaced in nrf_security during the upmerge. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent ae75e9e commit a5de972

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

modules/mbedtls/Kconfig.psa.nordic

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,22 @@ config PSA_WANT_ALG_XTS
214214
bool "PSA XTS block cipher mode support" if !PSA_PROMPTLESS
215215
default y if PSA_CRYPTO_ENABLE_ALL
216216

217+
config PSA_WANT_ALG_CFB
218+
bool "PSA stream cipher using CFB mode support" if !PSA_PROMPTLESS
219+
default y if PSA_CRYPTO_ENABLE_ALL
220+
221+
config PSA_WANT_ALG_OFB
222+
bool "PSA stream cipher using OFB mode support" if !PSA_PROMPTLESS
223+
default y if PSA_CRYPTO_ENABLE_ALL
224+
225+
config PSA_WANT_ALG_CHACHA20
226+
bool "PSA CHACHA20 stream cipher support" if !PSA_PROMPTLESS
227+
default y if PSA_CRYPTO_ENABLE_ALL
228+
229+
config PSA_WANT_ALG_SHAKE256_512
230+
bool "PSA SHAKE256 512 bits support" if !PSA_PROMPTLESS
231+
default y if PSA_CRYPTO_ENABLE_ALL
232+
217233
comment "Nordic added ECC curve types"
218234

219235
config PSA_WANT_ECC_BRAINPOOL_P_R1_160

0 commit comments

Comments
 (0)