Skip to content

Commit

Permalink
[nrf noup] mbedtls: Add dependency logic for STREAM_CIPHER
Browse files Browse the repository at this point in the history
fixup! [nrf noup] mbedtls: Add dependency logic for PSA crypto
configurations

-Selecting CHACHA20 key type if PSA_WANT_ALG_STREAM_CIPHER is
 enabled

(fixup of commit 47a1e03)

Signed-off-by: Frank Audun Kvamtrø <[email protected]>
  • Loading branch information
frkv authored and bjarki-andreasen committed Sep 21, 2024
1 parent 827e37f commit c4d034d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/mbedtls/Kconfig.psa
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ config PSA_WANT_ALG_SHA3_512
config PSA_WANT_ALG_STREAM_CIPHER
bool "PSA_WANT_ALG_STREAM_CIPHER" if !MBEDTLS_PROMPTLESS
default y if PSA_CRYPTO_ENABLE_ALL
select PSA_WANT_KEY_TYPE_CHACHA20

config PSA_WANT_ALG_TLS12_PRF
bool "PSA_WANT_ALG_TLS12_PRF" if !MBEDTLS_PROMPTLESS
Expand Down

0 comments on commit c4d034d

Please sign in to comment.