aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-02-15crypto: TLS: introduce `check_pending`Antoine Damhet1-0/+11
2022-11-02crypto: Support export akcipher to pkcs8Lei He1-0/+21
2022-07-12crypto: Make block callbacks return 0 on successAlberto Faria1-16/+16
2022-05-26crypto: Introduce akcipher crypto classzhenwei pi1-0/+158
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2022-04-29crypto: move sm4_sbox from target/armWeiwei Li1-0/+6
2021-06-29crypto: Make QCryptoTLSCreds* structures privatePhilippe Mathieu-Daudé5-56/+0
2021-06-29crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helperPhilippe Mathieu-Daudé1-0/+14
2021-03-23crypto: add reload for QCryptoTLSCredsClassZihao Chang1-3/+5
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2-2/+2
2020-09-18qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost1-1/+1
2020-09-12Merge remote-tracking branch 'remotes/berrange-gitlab/tags/crypt-perf-pull-re...Peter Maydell2-6/+2
2020-09-10crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.cRichard Henderson1-4/+0
2020-09-10crypto: Allocate QCryptoCipher with the subclassRichard Henderson1-1/+0
2020-09-10crypto: Use the correct const type for driverRichard Henderson1-1/+1
2020-09-10crypto: Move QCryptoCipherDriver typedef to crypto/cipher.hRichard Henderson1-0/+1
2020-09-09Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-5/+2
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2-8/+4
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost8-29/+16
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost8-11/+15
2020-09-08Delete duplicate QOM typedefsEduardo Habkost1-4/+4
2020-09-03qapi: enable use of g_autoptr with QAPI typesDaniel P. Berrangé1-2/+0
2020-07-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...Peter Maydell1-0/+39
2020-07-06qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky1-0/+22
2020-07-03crypto: Add tls-cipher-suites objectPhilippe Mathieu-Daudé1-0/+39
2020-06-15crypto/linux_keyring: add 'secret_keyring' secret object.Alexey Krasikov1-0/+52
2020-06-15crypto/secret: move main logic from 'secret' to 'secret_common'.Alexey Krasikov2-17/+71
2020-03-11luks: extract qcrypto_block_calculate_payload_offset()Stefan Hajnoczi1-0/+22
2019-12-18crypto: Fix typo in QCryptoTLSSession's <example> commentMarkus Armbruster1-1/+1
2019-08-22crypto: define cleanup functions for use with g_autoptrDaniel P. Berrangé5-0/+10
2019-07-19crypto: Fix LGPL information in the file headersThomas Huth14-14/+14
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-2/+0
2019-05-22crypto: Change the qcrypto_random_bytes buffer type to void*Richard Henderson1-1/+1
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth1-6/+5
2018-12-12crypto: support multiple threads accessing one QCryptoBlockVladimir Sementsov-Ogievskiy1-0/+2
2018-07-24tests: call qcrypto_init instead of gnutls_global_initDaniel P. Berrangé1-0/+2
2018-07-03crypto: Implement TLS Pre-Shared Keys (PSK).Richard W.M. Jones1-0/+106
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster5-3/+5
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster2-4/+0
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange1-6/+8
2017-10-06crypto: expose encryption sector size in APIsDaniel P. Berrange1-0/+15
2017-07-19crypto: hmac: add hmac driver frameworkLongpeng(Mike)1-0/+1
2017-07-19crypto: hmac: move crypto/hmac.h into include/crypto/Longpeng(Mike)1-0/+166
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)1-0/+1
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange1-1/+5
2017-05-09crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libsGeert Martin Ijewski1-0/+9
2017-05-09crypto: move 'opaque' parameter to (nearly) the end of parameter listDaniel P. Berrange1-3/+3
2017-04-24crypto: Make errp the last parameter of functionsFam Zheng1-6/+6
2016-10-19crypto: add CTR mode supportGonglei1-3/+3
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei1-2/+4