提交 66664487 编写于 作者: K Kim Phillips 提交者: Herbert Xu

crypto: caam - remove unused authkeylen from caam_ctx

Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 ddbb8088
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册