projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24cbcc9
)
crypto: qce - Remover src_tbl from qce_cipher_reqctx
author
Thara Gopinath
<thara.gopinath@linaro.org>
Thu, 11 Feb 2021 20:01:27 +0000
(15:01 -0500)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Sun, 7 Mar 2021 04:13:17 +0000
(15:13 +1100)
src_table is unused and hence remove it from struct qce_cipher_reqctx
Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/qce/cipher.h
patch
|
blob
|
history
diff --git
a/drivers/crypto/qce/cipher.h
b/drivers/crypto/qce/cipher.h
index cffa9fc628ffd38b13e6cd9f486067f0df778dc2..850f257d00f3aca0397adc1f703aea690c754d60 100644
(file)
--- a/
drivers/crypto/qce/cipher.h
+++ b/
drivers/crypto/qce/cipher.h
@@
-40,7
+40,6
@@
struct qce_cipher_reqctx {
struct scatterlist result_sg;
struct sg_table dst_tbl;
struct scatterlist *dst_sg;
- struct sg_table src_tbl;
struct scatterlist *src_sg;
unsigned int cryptlen;
struct skcipher_request fallback_req; // keep at the end