]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
crypto: skcipher - remove crypto_skcipher::decrypt
authorEric Biggers <ebiggers@google.com>
Fri, 29 Nov 2019 18:23:07 +0000 (10:23 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 11 Dec 2019 08:36:56 +0000 (16:36 +0800)
commit7e1c10991822de1c7a2d64647da56d96f430606c
treee183116bba5496e6671ea31b6d32c3ecf09aa949
parent848755e315b61b0f939f6021e119373ff4a407ab
crypto: skcipher - remove crypto_skcipher::decrypt

Due to the removal of the blkcipher and ablkcipher algorithm types,
crypto_skcipher::decrypt is now redundant since it always equals
crypto_skcipher_alg(tfm)->decrypt.

Remove it and update crypto_skcipher_decrypt() accordingly.

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