crypto: null - Add new default null skcipher
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 12 Jul 2016 05:17:32 +0000 (13:17 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 18 Jul 2016 09:35:37 +0000 (17:35 +0800)
commita0129733a3f5eaa973c1ea76848d905b851548f1
tree38cc14bf68e805cf0c5a7ea2b5998961fb10f63a
parent4e6c3df4d729f85997cbf276bfa8ffd8579b8e77
crypto: null - Add new default null skcipher

Current the default null skcipher is actually a crypto_blkcipher.
This patch creates a synchronous crypto_skcipher version of the
null cipher which unfortunately has to settle for the name skcipher2.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/crypto_null.c
include/crypto/null.h