Re: [PATCH] crypto: remove remnants of internal IV generators

2018-12-22 Thread Herbert Xu
On Sun, Dec 16, 2018 at 03:55:06PM -0800, Eric Biggers wrote: > From: Eric Biggers > > 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" (GIVCIP

[PATCH] crypto: remove remnants of internal IV generators

2018-12-16 Thread Eric Biggers
From: Eric Biggers 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,