Re: [PATCH v2 1/3] crypto: mxs-dcp: Add support for hardware provided keys

From: Jarkko Sakkinen
Date: Tue Sep 12 2023 - 13:34:39 EST


On Tue Sep 12, 2023 at 2:11 PM EEST, David Gstir wrote:
> @@ -101,6 +102,7 @@ struct dcp_async_ctx {
> struct crypto_skcipher *fallback;
> unsigned int key_len;
> uint8_t key[AES_KEYSIZE_128];
> + bool refkey;
> };

s/refkey/key_referenced/

No reason to obfuscate it, especially since there is no supporting
documentation.

BR, Jarkko