Herbert Xu
499a66e6b6
crypto: null - Remove default null blkcipher
...
The default null blkcipher is no longer used and can now be removed.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2016-07-18 17:35:44 +08:00
Herbert Xu
a0129733a3
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 >
2016-07-18 17:35:37 +08:00
Herbert Xu
330234638e
crypto: null - Add default null skcipher
...
This patch adds a default null skcipher for users such as gcm
to perform copies on SG lists.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2015-05-22 11:25:55 +08:00
Horia Geanta
72567258f0
crypto: export NULL algorithms defines
...
These defines might be needed by crypto drivers.
Signed-off-by: Horia Geanta <horia.geanta@freescale.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2014-03-21 21:54:26 +08:00