commit | e1fd316fbae104f96cc9c36073fe102d298f8576 | [log] [tgz] |
---|---|---|
author | Dave Watson <davejwatson@fb.com> | Wed Feb 14 09:38:12 2018 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 22 22:16:41 2018 +0800 |
tree | 96948f5d3092a66fc6ceb8ee8cda0f6c789f9f51 | |
parent | 8c48db9a63e1ef9045a4de9ccc004a306dc3b932 [diff] |
crypto: aesni - Merge INITIAL_BLOCKS_ENC/DEC Use macro operations to merge implemetations of INITIAL_BLOCKS, since they differ by only a small handful of lines. Use macro counter \@ to simplify implementation. Signed-off-by: Dave Watson <davejwatson@fb.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>