public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Bluetooth: Use AES-CMAC library API
@ 2026-04-21 23:09 Eric Biggers
  2026-04-21 23:09 ` [PATCH v2 1/2] Bluetooth: Remove unneeded crypto kconfig selections Eric Biggers
  2026-04-21 23:09 ` [PATCH v2 2/2] Bluetooth: SMP: " Eric Biggers
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Biggers @ 2026-04-21 23:09 UTC (permalink / raw)
  To: linux-bluetooth, Marcel Holtmann, Luiz Augusto von Dentz
  Cc: linux-crypto, linux-kernel, Eric Biggers

This series removes unnecessary kconfig selections from CONFIG_BT, then
converts net/bluetooth/smp.c to use the AES-CMAC library API (which was
introduced in 7.1) instead of the crypto_shash API.  This makes the code
simpler and more efficient.

This series is intended to be taken through the bluetooth tree and can
be applied for either 7.1 or 7.2, depending on maintainer preference.

These patches were originally sent as
https://lore.kernel.org/r/20260404200645.28902-1-ebiggers@kernel.org and
https://lore.kernel.org/r/20260218213501.136844-14-ebiggers@kernel.org/

Eric Biggers (2):
  Bluetooth: Remove unneeded crypto kconfig selections
  Bluetooth: SMP: Use AES-CMAC library API

 net/bluetooth/Kconfig |   6 +-
 net/bluetooth/smp.c   | 180 +++++++++++++++---------------------------
 2 files changed, 65 insertions(+), 121 deletions(-)


base-commit: d46dd0d88341e45f8e0226fdef5462f5270898fc
-- 
2.53.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-04-22  0:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-21 23:09 [PATCH v2 0/2] Bluetooth: Use AES-CMAC library API Eric Biggers
2026-04-21 23:09 ` [PATCH v2 1/2] Bluetooth: Remove unneeded crypto kconfig selections Eric Biggers
2026-04-22  0:08   ` Bluetooth: Use AES-CMAC library API bluez.test.bot
2026-04-21 23:09 ` [PATCH v2 2/2] Bluetooth: SMP: " Eric Biggers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox