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

Configure Feed

Select the types of activity you want to include in your feed.

crypto: n2 - Remove unused struct 'n2_skcipher_request_context'

'n2_skcipher_request_context' was added in
commit 23a6564a6b51 ("crypto: niagara2 - switch to skcipher API")
but never used.
Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Dr. David Alan Gilbert and committed by
Herbert Xu
198faf03 eaa85778

-4
-4
drivers/crypto/n2_core.c
··· 720 720 return container_of(alg, struct n2_skcipher_alg, skcipher); 721 721 } 722 722 723 - struct n2_skcipher_request_context { 724 - struct skcipher_walk walk; 725 - }; 726 - 727 723 static int n2_aes_setkey(struct crypto_skcipher *skcipher, const u8 *key, 728 724 unsigned int keylen) 729 725 {