summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/sm4-ce-glue.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm64/sm4 - Remove cfb(sm4)Herbert Xu2023-12-081-107/+1
* crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmacTianjia Zhang2022-11-041-1/+266
* crypto: arm64/sm4 - add CE implementation for XTS modeTianjia Zhang2022-11-041-1/+158
* crypto: arm64/sm4 - add CE implementation for CTS-CBC modeTianjia Zhang2022-11-041-0/+94
* crypto: arm64/sm4 - export reusable CE acceleration functionsTianjia Zhang2022-11-041-0/+5
* crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementationTianjia Zhang2022-11-041-0/+2
* crypto: arm64/sm4 - refactor and simplify CE implementationTianjia Zhang2022-11-041-37/+27
* crypto: arm64/sm4 - add ARMv8 Crypto Extensions implementationTianjia Zhang2022-04-081-0/+372
* crypto: arm64/sm4-ce - rename to sm4-ce-cipherTianjia Zhang2022-04-081-82/+0
* crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang2021-07-301-6/+14
* crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers2019-03-221-2/+3
* crypto: arm64/sm4-ce - check for the right CPU feature bitArd Biesheuvel2018-08-251-1/+1
* crypto: arm64 - add support for SM4 encryption using special instructionsArd Biesheuvel2018-05-051-0/+73