On Fri, 29 Nov 2019 at 18:24, Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > > This series makes some simplifications to the skcipher algorithm type > that are possible now that blkcipher and ablkcipher (and hence also the > compatibility code to expose them via the skcipher API) were removed. > > Eric Biggers (6): > crypto: skcipher - remove crypto_skcipher::ivsize > crypto: skcipher - remove crypto_skcipher::keysize > crypto: skcipher - remove crypto_skcipher::setkey > crypto: skcipher - remove crypto_skcipher::encrypt > crypto: skcipher - remove crypto_skcipher::decrypt > crypto: skcipher - remove crypto_skcipher_extsize() > For the series, Reviewed-by: Ard Biesheuvel <ardb@xxxxxxxxxx> > crypto/skcipher.c | 22 ++++++---------------- > crypto/testmgr.c | 10 ++++++---- > fs/ecryptfs/crypto.c | 2 +- > fs/ecryptfs/keystore.c | 4 ++-- > include/crypto/skcipher.h | 20 +++++--------------- > 5 files changed, 20 insertions(+), 38 deletions(-) > > -- > 2.24.0 >