Signed-off-by: Kim Phillips <kim.phill...@freescale.com>
---
 drivers/crypto/caam/caamalg.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/crypto/caam/caamalg.c b/drivers/crypto/caam/caamalg.c
index 4c69ba7..672abf3 100644
--- 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) {
-- 
1.7.5.1


--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to