Skip to content

Commit

Permalink
[nrf noup] bluetooth: host: Add select PSA_WANT_ALG_ECB_NO_PADDING
Browse files Browse the repository at this point in the history
Explicitly enable "PSA_WANT_ALG_ECB_NO_PADDING" to select the AES ECB
mode that it is used in CMAC operation.

Signed-off-by: Andrzej Głąbek <[email protected]>
  • Loading branch information
anangl committed Jan 17, 2025
1 parent c6f3831 commit dd3f550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/bluetooth/host/Kconfig.gatt
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ config BT_GATT_CACHING
depends on PSA_CRYPTO_CLIENT
select PSA_WANT_KEY_TYPE_AES
select PSA_WANT_ALG_CMAC
select PSA_WANT_ALG_ECB_NO_PADDING
imply MBEDTLS_AES_ROM_TABLES if MBEDTLS_PSA_CRYPTO_C
help
This option enables support for GATT Caching. When enabled the stack
Expand Down

0 comments on commit dd3f550

Please sign in to comment.