crypto: ecb - Convert from skcipher to lskcipher
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 14 Sep 2023 08:28:27 +0000 (16:28 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 20 Sep 2023 05:15:29 +0000 (13:15 +0800)
commit32a8dc4afcfb098ef4e8b465c90db17d22d90107
tree88c6658cb8ddd19441c307cc65ef7db4a82810af
parent3dfe8786b11a4a3f9ced2eb89c6c5d73eba84700
crypto: ecb - Convert from skcipher to lskcipher

This patch adds two different implementations of ECB.  First of
all an lskcipher wrapper around existing ciphers is introduced as
a temporary transition aid.

Secondly a permanent lskcipher template is also added.  It's simply
a wrapper around the underlying lskcipher algorithm.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ecb.c