aboutsummaryrefslogtreecommitdiff
path: root/target/arm/crypto_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-05target/arm: Split helper_crypto_sm3ttRichard Henderson1-6/+18
2020-06-05target/arm: Split helper_crypto_sha1_3regRichard Henderson1-39/+64
2020-06-05target/arm: Convert sha1 and sha256 to gvec helpersRichard Henderson1-6/+18
2020-06-05target/arm: Convert sha512 and sm3 to gvec helpersRichard Henderson1-6/+31
2020-06-05target/arm: Convert rax1 to gvec helpersRichard Henderson1-0/+11
2020-06-05target/arm: Convert aes and sm4 to gvec helpersRichard Henderson1-20/+52
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-02-09target/arm: implement SM4 instructionsArd Biesheuvel1-0/+91
2018-02-09target/arm: implement SM3 instructionsArd Biesheuvel1-0/+96
2018-02-09target/arm: implement SHA-512 instructionsArd Biesheuvel1-1/+89
2018-01-25target/arm: Use pointers in crypto helpersRichard Henderson1-114/+70
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+465