[PATCH v2 1/3] crypto: mxs-dcp: Add support for hardware provided keys
Jarkko Sakkinen
jarkko at kernel.org
Tue Sep 12 17:34:27 UTC 2023
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
More information about the Linux-security-module-archive
mailing list