summary refs log tree commit diff stats
path: root/backends/cryptodev-builtin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* qapi/cryptodev: Rename QCryptodevBackendAlgType to *Algo, and drop prefixMarkus Armbruster2024-09-101-3/+3
* qapi/cryptodev: Drop unwanted 'prefix'Markus Armbruster2024-09-101-4/+4
* qapi/crypto: Rename QCryptoRSAPaddingAlgorithm to *Algo, and drop prefixMarkus Armbruster2024-09-101-3/+3
* qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefixMarkus Armbruster2024-09-101-2/+2
* qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefixMarkus Armbruster2024-09-101-8/+8
* qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster2024-09-101-4/+4
* qapi/crypto: Drop unwanted 'prefix'Markus Armbruster2024-09-101-2/+2
* backends/cryptodev-builtin: Fix local_error leaksLi Zhijian2024-04-291-4/+5
* backends/cryptodev: Do not abort for invalid session IDPhilippe Mathieu-Daudé2024-04-101-1/+3
* cryptodev: Use CryptoDevBackendOpInfo for operationzhenwei pi2023-03-071-6/+3
* cryptodev-builtin: Detect akcipher capabilityzhenwei pi2023-03-071-3/+15
* cryptodev: Introduce server type in QAPIzhenwei pi2023-03-071-4/+4
* cryptodev: Introduce cryptodev alg type in QAPIzhenwei pi2023-03-071-3/+3
* cryptodev: Remove 'name' & 'model' fieldszhenwei pi2023-03-071-2/+1
* cryptodev: Introduce cryptodev.jsonzhenwei pi2023-03-071-1/+1
* virtio-crypto: Support asynchronous modeLei He2022-11-021-18/+51
* crypto: Introduce RSA algorithmzhenwei pi2022-06-161-38/+238
* cryptodev: Fix Lesser GPL version numberChetan Pant2020-10-271-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-4/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-3/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+3
* cryptodev: Fix cryptodev_builtin_cleanup() error API violationMarkus Armbruster2020-04-291-8/+2
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0
* cryptodev: add vhost supportGonglei2018-03-011-0/+1
* cryptodev: fix asserting single queueHalil Pasic2017-03-231-2/+0
* cryptodev: setiv only when really needLongpeng(Mike)2017-03-231-4/+6
* cryptodev: wrap the ready flagGonglei2017-01-101-0/+4
* cryptodev: add 3des-ede supportLongpeng(Mike)2016-12-241-0/+12
* cryptodev: remove single-DES support in cryptodevLongpeng(Mike)2016-12-241-4/+0
* cryptodev: add xts(aes) supportLongpeng(Mike)2016-12-241-0/+8
* cryptodev: fix the check of aes algorithmLongpeng(Mike)2016-12-241-14/+33
* cryptodev: introduce a new cryptodev backendGonglei2016-10-301-0/+361