aboutsummaryrefslogtreecommitdiff
path: root/crypto/sm4
AgeCommit message (Expand)AuthorFilesLines
2023-09-05Use armv8 .quad instead of .dwordKai Pastor1-2/+2
2023-03-14Update copyright yearMatt Caswell1-1/+1
2023-01-06Fix SM4 test failures on big-endian ARM processorsXu Yizhou1-26/+26
2022-12-13Fix SM4-CBC regression on Armv8fangming.fang1-1/+1
2022-12-01Update copyright yearTomas Mraz2-2/+2
2022-11-23optimize ossl_sm4_set_key speedzhangzhilei1-13/+24
2022-11-21SM4 optimization for ARM by ASIMDDaniel Hu2-2/+1122
2022-11-11SM4 optimization for non-asm modezhangzhilei1-5/+140
2022-11-09SM4 optimization for ARM by HW instructionDaniel Hu2-2/+665
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis1-3/+3
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/smN/Richard Levitte1-1/+1
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse2-0/+237