summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorLukas Wunner <lukas@wunner.de>2025-02-03 16:37:04 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2025-02-22 10:56:02 +0300
commitdc91d858fb9251b25828ab63ac7220145cef282c (patch)
tree9a32ff06c1d13d25e11238ceee0e4343593fa9c6 /include/linux/debugobjects.h
parentaefeca1188962da52e3ed35ddb865d37a216dd53 (diff)
downloadlinux-dc91d858fb9251b25828ab63ac7220145cef282c.tar.xz
crypto: virtio - Drop superfluous [as]kcipher_ctx pointer
The request context virtio_crypto_{akcipher,sym}_request contains a pointer to the transform context virtio_crypto_[as]kcipher_ctx. The pointer is superfluous as it can be calculated with the cheap crypto_akcipher_reqtfm() + akcipher_tfm_ctx() and crypto_skcipher_reqtfm() + crypto_skcipher_ctx() combos. Drop the superfluous pointer. Signed-off-by: Lukas Wunner <lukas@wunner.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions