aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2023-09-15crypto: Add generic 64-bit carry-less multiply routineRichard Henderson
2023-09-15crypto: Add generic 32-bit carry-less multiply routinesRichard Henderson
2023-09-15crypto: Add generic 16-bit carry-less multiply routinesRichard Henderson
2023-09-15crypto: Add generic 8-bit carry-less multiply routinesRichard Henderson
2023-09-11crypto: Add SM4 constant parameter CKMax Chou
2023-09-11crypto: Create sm4_subwordMax Chou
2023-09-11target/riscv: Use existing lookup tables for MixColumnsArd Biesheuvel
2023-09-08include/: spelling fixesMichael Tokarev
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé
2023-07-09crypto: Unexport AES_*_rot, AES_TeN, AES_TdNRichard Henderson
2023-07-09crypto: Remove AES_imcRichard Henderson
2023-07-09crypto: Remove AES_shifts, AES_ishiftsRichard Henderson
2023-07-08crypto: Add aesdec_ISB_ISR_AK_IMCRichard Henderson
2023-07-08crypto: Add aesdec_ISB_ISR_IMC_AKRichard Henderson
2023-07-08crypto: Add aesenc_SB_SR_MC_AKRichard Henderson
2023-07-08crypto: Add aesdec_IMCRichard Henderson
2023-07-08crypto: Add aesenc_MCRichard Henderson
2023-07-08crypto: Add aesdec_ISB_ISR_AKRichard Henderson
2023-07-08crypto: Add aesenc_SB_SR_AKRichard Henderson
2023-07-08target/arm: Move aesmc and aesimc tables to crypto/aes.cRichard Henderson
2023-03-20replace TABs with spacesYeqi Fu
2023-02-15crypto: TLS: introduce `check_pending`Antoine Damhet
2022-11-02crypto: Support export akcipher to pkcs8Lei He
2022-07-12crypto: Make block callbacks return 0 on successAlberto Faria
2022-05-26crypto: Introduce akcipher crypto classzhenwei pi
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-04-29crypto: move sm4_sbox from target/armWeiwei Li
2021-06-29crypto: Make QCryptoTLSCreds* structures privatePhilippe Mathieu-Daudé
2021-06-29crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helperPhilippe Mathieu-Daudé
2021-03-23crypto: add reload for QCryptoTLSCredsClassZihao Chang
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost
2020-09-18qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost
2020-09-12Merge remote-tracking branch 'remotes/berrange-gitlab/tags/crypt-perf-pull-re...Peter Maydell
2020-09-10crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.cRichard Henderson
2020-09-10crypto: Allocate QCryptoCipher with the subclassRichard Henderson
2020-09-10crypto: Use the correct const type for driverRichard Henderson
2020-09-10crypto: Move QCryptoCipherDriver typedef to crypto/cipher.hRichard Henderson
2020-09-09Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-08Delete duplicate QOM typedefsEduardo Habkost
2020-09-03qapi: enable use of g_autoptr with QAPI typesDaniel P. Berrangé
2020-07-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...Peter Maydell
2020-07-06qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky
2020-07-03crypto: Add tls-cipher-suites objectPhilippe Mathieu-Daudé
2020-06-15crypto/linux_keyring: add 'secret_keyring' secret object.Alexey Krasikov
2020-06-15crypto/secret: move main logic from 'secret' to 'secret_common'.Alexey Krasikov
2020-03-11luks: extract qcrypto_block_calculate_payload_offset()Stefan Hajnoczi
2019-12-18crypto: Fix typo in QCryptoTLSSession's <example> commentMarkus Armbruster