Re: [PATCH v2 6/6] mac80211: fils_aead: Use __cleanup() for aes_cmac_key instead of memzero_explicit()
Johannes Berg <[email protected]>
| Newsgroups | org.kernel.vger.linux-wireless,org.kernel.vger.linux-crypto,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2026-08-07 at 14:58 +0200, Thomas Huth wrote: > From: Thomas Huth <[email protected]> > > By using __cleanup(aes_cmac_zeroize_key) for clearing the key data, > we can save one line of code here. I'm assuming this won't be going via my tree, since it's part of a bigger series. Acked-by: Johannes Berg <[email protected]> johannes