Skip to content

Commit cfafcdc

Browse files
Vge0rgecarlescufi
authored andcommitted
nrf_security: Add missing PSA_WANT algorithms
These will be moved later to the Zephyr file: modules/mbedtls/Kconfig.psa.nordic Placing them here now to minimize the changes in the upmerge Zephyr PR. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent c1c0642 commit cfafcdc

File tree

1 file changed

+12
-0
lines changed
  • subsys/nrf_security/src/drivers

1 file changed

+12
-0
lines changed

subsys/nrf_security/src/drivers/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@ config PSA_USE_HMAC_DRBG_DRIVER
5959

6060
endmenu
6161

62+
config PSA_WANT_ALG_CFB
63+
bool "PSA stream cipher using CFB block cipher mode support"
64+
65+
config PSA_WANT_ALG_OFB
66+
bool "PSA stream cipher using OFB block cipher mode support"
67+
68+
config PSA_WANT_ALG_CHACHA20
69+
bool "PSA stream cipher using CHACHA20 support"
70+
71+
config PSA_WANT_ALG_SHAKE256_512
72+
bool "PSA SHAKE256 512 bits support"
73+
6274
menu "CryptoCell PSA Driver Configuration"
6375
if PSA_CRYPTO_DRIVER_CC3XX
6476

0 commit comments

Comments
 (0)