Skip to content

Commit 12eee61

Browse files
valeriosettikartben
authored andcommitted
Bluetooth: crypto: 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: Valerio Setti <vsetti@baylibre.com>
1 parent aaf463c commit 12eee61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/crypto/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ config BT_CRYPTO
77
select MBEDTLS_PSA_CRYPTO_C if !BUILD_WITH_TFM
88
select PSA_WANT_KEY_TYPE_AES
99
select PSA_WANT_ALG_CMAC
10+
select PSA_WANT_ALG_ECB_NO_PADDING
1011
imply MBEDTLS_AES_ROM_TABLES if MBEDTLS_PSA_CRYPTO_C
1112
help
1213
This option enables the Bluetooth Cryptographic Toolbox.

0 commit comments

Comments
 (0)