Commit 198faf03 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Herbert Xu

crypto: n2 - Remove unused struct 'n2_skcipher_request_context'

'n2_skcipher_request_context' was added in
commit 23a6564a ("crypto: niagara2 - switch to skcipher API")
but never used.
Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent eaa85778
...@@ -720,10 +720,6 @@ static inline struct n2_skcipher_alg *n2_skcipher_alg(struct crypto_skcipher *tf ...@@ -720,10 +720,6 @@ static inline struct n2_skcipher_alg *n2_skcipher_alg(struct crypto_skcipher *tf
return container_of(alg, struct n2_skcipher_alg, skcipher); return container_of(alg, struct n2_skcipher_alg, skcipher);
} }
struct n2_skcipher_request_context {
struct skcipher_walk walk;
};
static int n2_aes_setkey(struct crypto_skcipher *skcipher, const u8 *key, static int n2_aes_setkey(struct crypto_skcipher *skcipher, const u8 *key,
unsigned int keylen) unsigned int keylen)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment