Eric Biggers
0872da16dd
crypto: skcipher - add helper for simple block cipher modes
...
The majority of skcipher templates (including both the existing ones and
the ones remaining to be converted from the "blkcipher" API) just wrap a
single block cipher algorithm. This includes cbc, cfb, ctr, ecb, kw,
ofb, and pcbc. Add a helper function skcipher_alloc_instance_simple()
that handles allocating an skcipher instance for this common case.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-01-11 14:16:57 +08:00
..
2019-01-11 14:16:57 +08:00
2018-12-07 14:15:00 +08:00
2018-12-23 11:52:45 +08:00
2017-11-02 11:10:55 +01:00
2018-12-07 14:15:00 +08:00
2018-09-04 11:37:04 +08:00
2018-10-26 09:30:46 +01:00
2013-10-16 20:56:25 +08:00
2006-12-06 18:38:55 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-09-04 11:35:03 +08:00
2018-11-20 14:26:55 +08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2008-01-11 08:16:41 +11:00
2017-11-02 11:10:55 +01:00
2018-07-09 00:26:22 +08:00
2018-08-03 18:05:48 +08:00
2017-10-12 22:55:00 +08:00
2018-02-15 23:26:50 +08:00
2017-09-22 17:43:08 +08:00
2017-11-03 21:50:43 +08:00
2017-11-02 11:10:55 +01:00
2018-11-16 14:09:40 +08:00
2018-12-07 14:15:00 +08:00
2017-11-02 11:10:55 +01:00
2018-06-28 10:40:47 -07:00
2018-12-07 14:15:00 +08:00
2017-11-02 11:10:55 +01:00
2018-10-05 10:22:48 +08:00
2018-10-05 10:22:48 +08:00
2018-05-19 00:15:00 +08:00
2018-11-20 14:26:56 +08:00
2018-09-28 12:46:08 +08:00
2011-01-07 14:52:00 +11:00
2010-01-07 15:57:19 +11:00
2016-04-06 16:14:24 +01:00
2018-11-20 14:26:56 +08:00
2018-10-26 09:30:46 +01:00
2018-12-07 14:15:00 +08:00
2018-08-03 18:06:04 +08:00
2017-11-02 11:10:55 +01:00
2015-04-10 21:39:39 +08:00
2018-01-26 01:10:34 +11:00
2015-04-10 21:39:39 +08:00
2015-04-10 21:39:39 +08:00
2018-06-22 23:03:05 +08:00
2018-12-23 11:52:45 +08:00
2017-09-22 17:43:07 +08:00
2017-09-22 17:43:07 +08:00
2018-05-05 14:52:51 +08:00
2018-11-16 14:09:40 +08:00
2017-11-02 11:10:55 +01:00
2018-03-03 00:03:33 +08:00