commit | 8da02bf1a216224e6f63b48d883b5aee07f82ba9 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed Apr 25 14:20:45 2018 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat May 05 14:52:51 2018 +0800 |
tree | 0768b06ea949dfe61943eadeeb74004413bc32fe | |
parent | 9bae54942b13ea9862e9137b403308a3fd4cec3b [diff] |
crypto: sm4 - export encrypt/decrypt routines to other drivers In preparation of adding support for the SIMD based arm64 implementation of arm64, which requires a fallback to non-SIMD code when invoked in certain contexts, expose the generic SM4 encrypt and decrypt routines to other drivers. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>