crypto: skcipher - rename crypto_skcipher_type2 to crypto_skcipher_type
authorEric Biggers <ebiggers@google.com>
Fri, 25 Oct 2019 19:41:11 +0000 (12:41 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 1 Nov 2019 05:38:32 +0000 (13:38 +0800)
commit53253064adfab4681f53d09e2717dd155997a3dc
tree6459f26357986788ec250167b0081271f6279e52
parentcec0cb8a28f9060367099beeafd0dbdb76fdfae2
crypto: skcipher - rename crypto_skcipher_type2 to crypto_skcipher_type

Now that the crypto_skcipher_type() function has been removed, there's
no reason to call the crypto_type struct for skciphers
"crypto_skcipher_type2".  Rename it to simply "crypto_skcipher_type".

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/skcipher.c