]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2d15ca9b666663cda2a2364a1d169fc544ccf528
tree38cc14bf68e805cf0c5a7ea2b5998961fb10f63a
parentbcee69d8fb0b0ae17951d286e28f1cb97b722592
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