1
0
Fork 0
alistair23-linux/include/crypto/internal
Eric Biggers c79b411eaa crypto: skcipher - remove remnants of internal IV generators
Remove dead code related to internal IV generators, which are no longer
used since they've been replaced with the "seqiv" and "echainiv"
templates.  The removed code includes:

- The "givcipher" (GIVCIPHER) algorithm type.  No algorithms are
  registered with this type anymore, so it's unneeded.

- The "const char *geniv" member of aead_alg, ablkcipher_alg, and
  blkcipher_alg.  A few algorithms still set this, but it isn't used
  anymore except to show via /proc/crypto and CRYPTO_MSG_GETALG.
  Just hardcode "<default>" or "<none>" in those cases.

- The 'skcipher_givcrypt_request' structure, which is never used.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-12-23 11:52:45 +08:00
..
acompress.h crypto: acomp - allow registration of multiple acomps 2017-04-21 20:30:50 +08:00
aead.h crypto: aead - Add chunk size 2016-07-18 17:35:38 +08:00
akcipher.h crypto: Add akcipher_set_reqsize() function 2017-07-28 17:58:04 +08:00
cryptouser.h crypto: user - remove unused dump functions 2018-12-23 11:52:44 +08:00
geniv.h crypto: null - Remove VLA usage of skcipher 2018-09-28 12:46:08 +08:00
hash.h crypto: mcryptd - remove pointless wrapper functions 2018-02-15 23:26:45 +08:00
kpp.h crypto: kpp - Key-agreement Protocol Primitives API (KPP) 2016-06-23 18:29:56 +08:00
rng.h crypto: rng - Do not free default RNG when it becomes unused 2015-06-22 15:49:18 +08:00
rsa.h crypto: rsa - Store rest of the private key components 2016-07-05 23:05:26 +08:00
scompress.h crypto: scomp - delete unused comments 2017-12-28 17:56:50 +11:00
simd.h crypto: simd - allow registering multiple algorithms at once 2018-03-03 00:03:17 +08:00
skcipher.h crypto: skcipher - remove remnants of internal IV generators 2018-12-23 11:52:45 +08:00