aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
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
2019-08-22crypto: define cleanup functions for use with g_autoptrDaniel P. Berrangé
2019-07-19crypto: Fix LGPL information in the file headersThomas Huth
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-22crypto: Change the qcrypto_random_bytes buffer type to void*Richard Henderson
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth
2018-12-12crypto: support multiple threads accessing one QCryptoBlockVladimir Sementsov-Ogievskiy
2018-07-24tests: call qcrypto_init instead of gnutls_global_initDaniel P. Berrangé
2018-07-03crypto: Implement TLS Pre-Shared Keys (PSK).Richard W.M. Jones
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster