summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/sm4-ce-glue.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-04crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmacTianjia Zhang1-1/+266
2022-11-04crypto: arm64/sm4 - add CE implementation for XTS modeTianjia Zhang1-1/+158
2022-11-04crypto: arm64/sm4 - add CE implementation for CTS-CBC modeTianjia Zhang1-0/+94
2022-11-04crypto: arm64/sm4 - export reusable CE acceleration functionsTianjia Zhang1-0/+5
2022-11-04crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementationTianjia Zhang1-0/+2
2022-11-04crypto: arm64/sm4 - refactor and simplify CE implementationTianjia Zhang1-37/+27
2022-04-08crypto: arm64/sm4 - add ARMv8 Crypto Extensions implementationTianjia Zhang1-0/+372
2022-04-08crypto: arm64/sm4-ce - rename to sm4-ce-cipherTianjia Zhang1-82/+0
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang1-6/+14
2019-03-22crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers1-2/+3
2018-08-25crypto: arm64/sm4-ce - check for the right CPU feature bitArd Biesheuvel1-1/+1
2018-05-05crypto: arm64 - add support for SM4 encryption using special instructionsArd Biesheuvel1-0/+73