Skip to content

Commit

Permalink
[nrf noup] modules: mbedtls: Add PSA_WANT_ALG_SP800_108_COUNTER_XXX
Browse files Browse the repository at this point in the history
!fixup [nrf noup] modules: mbedtls: add PSA configurations

Adding PSA_WANT_ALG_SP800_108_COUNTER_HMAC/CMAC that is part of
PSA crypto spec 1.2

Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
  • Loading branch information
mswarowsky authored and nordicjm committed Mar 14, 2024
1 parent 3abe0f7 commit ecb16c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/mbedtls/Kconfig.psa
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,16 @@ config PSA_WANT_ALG_PBKDF2_AES_CMAC_PRF_128
prompt "PSA PBKDF2-AES-CMAC-PRF-128 support" if !PSA_PROMPTLESS
depends on PSA_WANT_ALG_CMAC

config PSA_WANT_ALG_SP800_108_COUNTER_HMAC
bool
prompt "Add PSA SP800-108r1 CTR HMAC KBKDF support"
depends on PSA_WANT_ALG_HMAC

config PSA_WANT_ALG_SP800_108_COUNTER_CMAC
bool
prompt "Add PSA SP800-108r1 CTR CMAC KBKDF support"
depends on PSA_WANT_ALG_CMAC

config PSA_WANT_ALG_TLS12_PRF
bool
prompt "PSA PRF support (TLS1.2)" if !PSA_PROMPTLESS
Expand Down

0 comments on commit ecb16c7

Please sign in to comment.