aboutsummaryrefslogtreecommitdiff
path: root/target/arm/crypto_helper.c
AgeCommit message (Expand)Author
2022-04-29crypto: move sm4_sbox from target/armWeiwei Li
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-06-05target/arm: Split helper_crypto_sm3ttRichard Henderson
2020-06-05target/arm: Split helper_crypto_sha1_3regRichard Henderson
2020-06-05target/arm: Convert sha1 and sha256 to gvec helpersRichard Henderson
2020-06-05target/arm: Convert sha512 and sm3 to gvec helpersRichard Henderson
2020-06-05target/arm: Convert rax1 to gvec helpersRichard Henderson
2020-06-05target/arm: Convert aes and sm4 to gvec helpersRichard Henderson
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-02-09target/arm: implement SM4 instructionsArd Biesheuvel
2018-02-09target/arm: implement SM3 instructionsArd Biesheuvel
2018-02-09target/arm: implement SHA-512 instructionsArd Biesheuvel
2018-01-25target/arm: Use pointers in crypto helpersRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth