projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddbb808
)
crypto: caam - remove unused authkeylen from caam_ctx
author
Kim Phillips
<kim.phillips@freescale.com>
Sun, 15 May 2011 03:08:11 +0000
(22:08 -0500)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 19 May 2011 04:37:59 +0000
(14:37 +1000)
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/caamalg.c
patch
|
blob
|
history
diff --git
a/drivers/crypto/caam/caamalg.c
b/drivers/crypto/caam/caamalg.c
index 4c69ba79f900ad2fefa6e7a334c214e4323ebb85..672abf35d037c9d936dcf05c91140619cf365d2f 100644
(file)
--- a/
drivers/crypto/caam/caamalg.c
+++ b/
drivers/crypto/caam/caamalg.c
@@
-83,7
+83,6
@@
struct caam_ctx {
u8 *key;
dma_addr_t key_phys;
unsigned int enckeylen;
- unsigned int authkeylen;
unsigned int split_key_len;
unsigned int split_key_pad_len;
unsigned int authsize;
@@
-330,7
+329,6
@@
static int aead_authenc_setkey(struct crypto_aead *aead,
#endif
ctx->enckeylen = enckeylen;
- ctx->authkeylen = authkeylen;
ret = build_sh_desc_ipsec(ctx);
if (ret) {