aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
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
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange
2017-10-06crypto: expose encryption sector size in APIsDaniel P. Berrange
2017-07-19crypto: hmac: add hmac driver frameworkLongpeng(Mike)
2017-07-19crypto: hmac: move crypto/hmac.h into include/crypto/Longpeng(Mike)
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange
2017-05-09crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libsGeert Martin Ijewski
2017-05-09crypto: move 'opaque' parameter to (nearly) the end of parameter listDaniel P. Berrange
2017-04-24crypto: Make errp the last parameter of functionsFam Zheng
2016-10-19crypto: add CTR mode supportGonglei
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei
2016-09-19crypto: use correct derived key size when timing pbkdfDaniel P. Berrange
2016-09-19crypto: use uint64_t for pbkdf iteration count parametersDaniel P. Berrange
2016-07-26crypto: add support for querying parameters for block encryptionDaniel P. Berrange
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-07-04crypto: add support for TLS priority string overrideDaniel P. Berrange
2016-06-13crypto: aes: always rename internal symbolsMike Frysinger
2016-05-18Fix some typos found by codespellStefan Weil
2016-03-22include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.hMarkus Armbruster