crypto: skcipher - remove crypto_skcipher_extsize()
authorEric Biggers <ebiggers@google.com>
Fri, 29 Nov 2019 18:23:08 +0000 (10:23 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 11 Dec 2019 08:36:56 +0000 (16:36 +0800)
commit89873b4411348325c5e513ea8086f0193eda5163
tree534c268e831977e6e4bab12bf4df275469ec6053
parent7e1c10991822de1c7a2d64647da56d96f430606c
crypto: skcipher - remove crypto_skcipher_extsize()

Due to the removal of the blkcipher and ablkcipher algorithm types,
crypto_skcipher_extsize() now simply calls crypto_alg_extsize().  So
remove it and just use crypto_alg_extsize().

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