Re: [PATCH 1/6] crypto: Provide wrapper functions for zeroizing aes_cmac_key and aes_cmac_ctx
From: Eric Biggers
Date: Wed Aug 05 2026 - 16:47:04 EST
On Wed, Aug 05, 2026 at 04:36:04PM +0200, Thomas Huth wrote:
> +/**
> + * aes_cmac_zeroize_key - Clear a aes_cmac_key structure
> + * @ctx: The location of the key structure that should be zeroized
There's also a typo here: @ctx should be @key.
- Eric