Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: caam - remove unused keylen from session context

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Kim Phillips and committed by
Herbert Xu
701af31c 3023b5b6

-2
-2
drivers/crypto/caam/caamalg.c
··· 82 82 u32 alg_op; 83 83 u8 *key; 84 84 dma_addr_t key_phys; 85 - unsigned int keylen; 86 85 unsigned int enckeylen; 87 86 unsigned int authkeylen; 88 87 unsigned int split_key_len; ··· 329 330 ctx->split_key_pad_len + enckeylen, 1); 330 331 #endif 331 332 332 - ctx->keylen = keylen; 333 333 ctx->enckeylen = enckeylen; 334 334 ctx->authkeylen = authkeylen; 335 335