commit | 8ac1283e4aaa14ea7eeadb9afb7dcaa40145282f | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@bootlin.com> | Mon May 14 15:10:56 2018 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun May 27 00:11:35 2018 +0800 |
tree | 1f6f0677843898a2fca0eb40c2a7ee142a645c31 | |
parent | 6182480637d98100056883e8191b4f69c5313847 [diff] |
crypto: inside-secure - rework cipher functions for future AEAD support This patch reworks the Inside Secure cipher functions, to remove all skcipher specific information and structure from all functions generic enough to be shared between skcipher and aead algorithms. This is a cosmetic only patch. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>