public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 01/15] mesh: crypto: remove dead function declaration
@ 2025-07-08 12:59 Christian Eggers
  2025-07-08 12:59 ` [PATCH BlueZ 02/15] mesh: crypto: remove unused function parameter Christian Eggers
                   ` (17 more replies)
  0 siblings, 18 replies; 21+ messages in thread
From: Christian Eggers @ 2025-07-08 12:59 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Christian Eggers

The implementation of mesh_aes_ecb_one() has been removed in commit
dfed4839463f ("mesh: Convert crypto to use ELL wrappers").
---
 mesh/crypto.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/mesh/crypto.h b/mesh/crypto.h
index 55789886eb0e..3d85785f174c 100644
--- a/mesh/crypto.h
+++ b/mesh/crypto.h
@@ -22,8 +22,6 @@ bool mesh_crypto_aes_ccm_decrypt(const uint8_t nonce[13], const uint8_t key[16],
 				const void *enc_msg, uint16_t enc_msg_len,
 				void *out_msg,
 				void *out_mic, size_t mic_size);
-bool mesh_aes_ecb_one(const uint8_t key[16],
-			const uint8_t plaintext[16], uint8_t encrypted[16]);
 bool mesh_crypto_nkik(const uint8_t network_key[16], uint8_t identity_key[16]);
 bool mesh_crypto_nkbk(const uint8_t network_key[16], uint8_t beacon_key[16]);
 bool mesh_crypto_nkpk(const uint8_t network_key[16], uint8_t private_key[16]);
-- 
2.43.0


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

end of thread, other threads:[~2025-07-15 14:29 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-08 12:59 [PATCH BlueZ 01/15] mesh: crypto: remove dead function declaration Christian Eggers
2025-07-08 12:59 ` [PATCH BlueZ 02/15] mesh: crypto: remove unused function parameter Christian Eggers
2025-07-08 12:59 ` [PATCH BlueZ 03/15] mesh: friend: remove dead function declarations Christian Eggers
2025-07-08 12:59 ` [PATCH BlueZ 04/15] mesh: mesh-config: remove dead function prototype Christian Eggers
2025-07-08 12:59 ` [PATCH BlueZ 05/15] mesh: mesh-io-mgmt: Fix NULL pointer dereference Christian Eggers
2025-07-08 12:59 ` [PATCH BlueZ 06/15] mesh: model: remove dead function prototype Christian Eggers
2025-07-08 12:59 ` [PATCH BlueZ 07/15] mesh: net: remove unused stuff Christian Eggers
2025-07-08 12:59 ` [PATCH BlueZ 08/15] mesh: net: update comment Christian Eggers
2025-07-08 12:59 ` [PATCH BlueZ 09/15] mesh: net: remove obsolete struct net_key Christian Eggers
2025-07-08 12:59 ` [PATCH BlueZ 10/15] mesh: net-keys: introduce BEACON_LEN_SNB, BEACON_LEN_MPB, BEACON_LEN_MAX Christian Eggers
2025-07-08 12:59 ` [PATCH BlueZ 11/15] mesh: net-keys: remove dead function prototype Christian Eggers
2025-07-08 12:59 ` [PATCH BlueZ 12/15] mesh: node: " Christian Eggers
2025-07-08 12:59 ` [PATCH BlueZ 13/15] mesh: prov: cleanup header Christian Eggers
2025-07-08 12:59 ` [PATCH BlueZ 14/15] mesh: remove unneeded casts to bool Christian Eggers
2025-07-08 12:59 ` [PATCH BlueZ 15/15] mesh: use '0x1' rathen than 'true' for bit operations Christian Eggers
2025-07-08 14:21 ` [BlueZ,01/15] mesh: crypto: remove dead function declaration bluez.test.bot
2025-07-08 14:59 ` [PATCH BlueZ 01/15] " Luiz Augusto von Dentz
2025-07-08 15:07   ` Christian Eggers
2025-07-08 19:30 ` patchwork-bot+bluetooth
2025-07-08 19:45   ` Luiz Augusto von Dentz
2025-07-15 14:30 ` patchwork-bot+bluetooth

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