Signed-off-by: Kim Phillips <[email protected]>
---
 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 97d6dcc..719ad06 100644
--- a/drivers/crypto/caam/caamalg.c
+++ b/drivers/crypto/caam/caamalg.c
@@ -82,7 +82,6 @@ struct caam_ctx {
        u32 alg_op;
        u8 *key;
        dma_addr_t key_phys;
-       unsigned int keylen;
        unsigned int enckeylen;
        unsigned int authkeylen;
        unsigned int split_key_len;
@@ -330,7 +329,6 @@ static int aead_authenc_setkey(struct crypto_aead *aead,
                       ctx->split_key_pad_len + enckeylen, 1);
 #endif
 
-       ctx->keylen = keylen;
        ctx->enckeylen = enckeylen;
        ctx->authkeylen = authkeylen;
 
-- 
1.7.5


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

Reply via email to