commit | fcca797d2adb83be198db8530f1fd4f6c60e81fe | [log] [tgz] |
---|---|---|
author | Pascal van Leeuwen <pascalvanl@gmail.com> | Fri Sep 13 11:10:36 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Oct 05 01:06:04 2019 +1000 |
tree | 3aa5a0b0794e12a7a5af8896228a96b60acee9c2 | |
parent | 8194fd1d715243daf9b15b52270eeba6c1a8db74 [diff] |
crypto: inside-secure - Add support for the ecb(sm4) skcipher This patch adds support for SM4 in ECB mode, i.e. skcipher ecb(sm4). changes since v1: - make SAFEXCEL_SM4 case entry explit, using the proper SM4_BLOCK_SIZE instead of "borrowing" the AES code which "coincidentally" works Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>