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: ccree - Remove unused struct 'tdes_keys'

'tdes_keys' appears unused.
Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Acked-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Dr. David Alan Gilbert and committed by
Herbert Xu
e793f6c4 2dcdf3be

-6
-6
drivers/crypto/ccree/cc_cipher.c
··· 261 261 kfree_sensitive(ctx_p->user.key); 262 262 } 263 263 264 - struct tdes_keys { 265 - u8 key1[DES_KEY_SIZE]; 266 - u8 key2[DES_KEY_SIZE]; 267 - u8 key3[DES_KEY_SIZE]; 268 - }; 269 - 270 264 static enum cc_hw_crypto_key cc_slot_to_hw_key(u8 slot_num) 271 265 { 272 266 switch (slot_num) {