Skip to content

Commit

Permalink
[nrf noup] mbedtls: Add config support for PBKDF2_AES_CMAC_PRF_128
Browse files Browse the repository at this point in the history
Add config support for PBKDF2_AES_CMAC_PRF_128

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
  • Loading branch information
SebastianBoe authored and carlescufi committed Jul 4, 2023
1 parent 1ff5296 commit 743f999
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/mbedtls/Kconfig.psa
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ config PSA_HAS_KEY_DERIVATION
default y
depends on PSA_WANT_ALG_HKDF || \
PSA_WANT_ALG_PBKDF2_HMAC || \
PSA_WANT_ALG_PBKDF2_AES_CMAC_PRF_128 || \
PSA_WANT_ALG_TLS12_PRF || \
PSA_WANT_ALG_TLS12_PSK_TO_MS || \
PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS
Expand All @@ -278,6 +279,11 @@ config PSA_WANT_ALG_PBKDF2_HMAC
prompt "PSA PBKDF2 HMAC support" if !PSA_PROMPTLESS
depends on PSA_WANT_ALG_HMAC

config PSA_WANT_ALG_PBKDF2_AES_CMAC_PRF_128
bool
prompt "PSA PBKDF2-AES-CMAC-PRF-128 support" if !PSA_PROMPTLESS
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 743f999

Please sign in to comment.