]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcee3bd8bf9a7a7f18ff2bfe4369875eb3bba3d0e
tree534c268e831977e6e4bab12bf4df275469ec6053
parent02f54fafa474767b3f0f68bfa93555f07637c9bc
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