zephyr/subsys/bluetooth/host
Andrzej Głąbek dff78b4813 bluetooth: host: Add select PSA_WANT_ALG_ECB_NO_PADDING
This is a follow-up to commit 12eee61533.

Explicitly enable "PSA_WANT_ALG_ECB_NO_PADDING" to select the AES ECB
mode that it is used in CMAC operation.

This is done because CMAC uses AES-ECB, so both AES and ECB must
be explicitly enabled. Previously it worked because Mbed TLS is
not currently performing any check internally on this and it's
just enabling ECB automatically.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2025-01-30 11:15:24 +01:00
..
classic Bluetooth: RFCOMM: Add a argument server to bt_rfcomm_server.accept 2025-01-17 13:54:13 +01:00
shell bluetooth: shell: completely eliminate the dependency on ctx_shell 2025-01-14 10:56:16 +01:00
addr_internal.h
addr.c
adv.c Bluetooth: Host: Add adv == NULL checks in adv.c 2024-12-06 15:17:41 +01:00
adv.h
aes_ccm.c
att_internal.h
att.c Bluetooth: fix old-style warning gcc 2025-01-22 05:40:36 +01:00
buf_view.h
buf.c bluetooth: buf: Add a callback for freed buffer in rx pool 2024-12-10 11:09:36 +01:00
CMakeLists.txt Bluetooth: Host: Remove HCI ECC emulation 2025-01-23 10:14:46 +01:00
conn_internal.h
conn.c bluetooth: host: fix connection reference before returning 2025-01-16 22:45:39 +01:00
crypto_psa.c bt: crypto/host: remove CONFIG_BT_USE_PSA_API symbol 2024-11-27 16:40:47 -05:00
crypto.h
cs.c
data.c
direction_internal.h
direction.c
ecc.c Bluetooth: Host: Fix overwriting ECC error value 2025-01-28 00:06:06 +01:00
ecc.h Bluetooth: Host: SMP: Verify public key before usage 2024-12-11 21:29:08 +01:00
gatt_internal.h
gatt.c Bluetooth: Host: GAP Device Name write now add null char at the end 2025-01-30 11:15:03 +01:00
hci_common.c
hci_core.c Bluetooth: Host: Remove HCI ECC emulation 2025-01-23 10:14:46 +01:00
hci_core.h Bluetooth: Host: Remove HCI ECC emulation 2025-01-23 10:14:46 +01:00
hci_raw_internal.h
hci_raw.c Bluetooth: Host: Remove HCI ECC emulation 2025-01-23 10:14:46 +01:00
id.c
id.h
iso_internal.h Bluetooth: ISO: Add support for cis_established_v2 in host 2024-12-20 10:19:23 +01:00
iso.c Bluetooth: ISO: Add support for cis_established_v2 in host 2024-12-20 10:19:23 +01:00
Kconfig Bluetooth: Host: add PSA_WANT_xxx_IMPORT/EXPORT to BT_ECC 2025-01-27 11:07:07 +01:00
Kconfig.gatt bluetooth: host: Add select PSA_WANT_ALG_ECB_NO_PADDING 2025-01-30 11:15:24 +01:00
Kconfig.l2cap
keys.c
keys.h
l2cap_internal.h
l2cap.c
long_wq.c
long_wq.h
monitor.c
monitor.h
scan.c Bluetooth: Host: Log when connecting while scanning may give bad params 2024-11-27 10:38:27 -05:00
scan.h Bluetooth: Host: Log when connecting while scanning may give bad params 2024-11-27 10:38:27 -05:00
settings.c Bluetooth: Mesh: use settings priority feature 2025-01-14 00:00:56 +01:00
settings.h Bluetooth: Mesh: use settings priority feature 2025-01-14 00:00:56 +01:00
smp_null.c
smp.c Bluetooth: Host: Remove HCI ECC emulation 2025-01-23 10:14:46 +01:00
smp.h
uuid.c