Skip to content

Commit c6cf99a

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 b6c2ae3 commit c6cf99a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/host/Kconfig.gatt

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ config BT_GATT_CACHING
135135
depends on PSA_CRYPTO_CLIENT
136136
select PSA_WANT_KEY_TYPE_AES
137137
select PSA_WANT_ALG_CMAC
138+
select PSA_WANT_ALG_ECB_NO_PADDING
138139
imply MBEDTLS_AES_ROM_TABLES if MBEDTLS_PSA_CRYPTO_C
139140
help
140141
This option enables support for GATT Caching. When enabled the stack

0 commit comments

Comments
 (0)