Skip to content

Commit 0b5493c

Browse files
committed
[nrf noup] bluetooth: host: Add select PSA_WANT_ALG_ECB_NO_PADDING
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]>
1 parent 8405349 commit 0b5493c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/host/Kconfig.gatt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ config BT_GATT_CACHING
134134
depends on BT_GATT_SERVICE_CHANGED
135135
select PSA_WANT_KEY_TYPE_AES
136136
select PSA_WANT_ALG_CMAC
137+
select PSA_WANT_ALG_ECB_NO_PADDING
137138
imply MBEDTLS_AES_ROM_TABLES if MBEDTLS_PSA_CRYPTO_C
138139
help
139140
This option enables support for GATT Caching. When enabled the stack

0 commit comments

Comments
 (0)