alistair23-linux/drivers/crypto/nx
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
..
Kconfig
Makefile
nx-842-powernv.c crypto/nx: Initialize 842 high and normal RxFIFO control registers 2018-08-08 00:32:34 +10:00
nx-842-pseries.c crypto: nx-842 - Delete an error message for a failed memory allocation in nx842_pseries_init() 2018-02-22 22:16:39 +08:00
nx-842.c crypto/nx: Do not initialize workmem allocation 2017-11-12 09:03:11 +11:00
nx-842.h
nx-aes-cbc.c
nx-aes-ccm.c
nx-aes-ctr.c crypto: skcipher - remove remnants of internal IV generators 2018-12-23 11:52:45 +08:00
nx-aes-ecb.c
nx-aes-gcm.c
nx-aes-xcbc.c crypto: shash - remove useless setting of type flags 2018-07-09 00:30:24 +08:00
nx-sha256.c crypto: shash - remove useless setting of type flags 2018-07-09 00:30:24 +08:00
nx-sha512.c crypto: shash - remove useless setting of type flags 2018-07-09 00:30:24 +08:00
nx.c
nx.h
nx_csbcpb.h
nx_debugfs.c