/hw/rdma/

='/bwlp/qemu.git/tree/crypto?id=1de3b490179bedb253e0cf0fac659212175e4530'>treecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: Add spaces around operatorshiliyang2021-01-292-3/+3
* crypto: Fix memory leaks in set_loaded for tls-*Kevin Wolf2021-01-293-6/+3Star
* crypto: Forbid broken unloading of secretsKevin Wolf2021-01-291-3/+3
* crypto: Move USER_CREATABLE to secret_common base classKevin Wolf2021-01-293-28/+15Star
* crypto: Fix some code style problems, add spaces around operatorshiliyang2021-01-293-3/+3
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-6/+3Star
* crypto: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-121-10/+0Star
* qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost2020-09-181-1/+0Star
* crypto/gcrypt: Split QCryptoCipherGcrypt into subclassesRichard Henderson2020-09-101-255/+238Star
* crypto/nettle: Split QCryptoCipherNettle into subclassesRichard Henderson2020-09-101-488/+511
* crypto/builtin: Split QCryptoCipherBuiltin into subclassesRichard Henderson2020-09-101-309/+210Star
* crypto/builtin: Split and simplify AES_encrypt_cbcRichard Henderson2020-09-101-56/+43Star
* crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.cRichard Henderson2020-09-102-51/+56
* crypto/builtin: Merge qcrypto_cipher_aes_{ecb,xts}_{en,de}cryptRichard Henderson2020-09-101-51/+22Star
* crypto/builtin: Remove odd-sized AES block handlingRichard Henderson2020-09-101-28/+12Star
* crypto: Constify cipher data tablesRichard Henderson2020-09-101-3/+3
* crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_newRichard Henderson2020-09-106-10/+13
* crypto: Allocate QCryptoCipher with the subclassRichard Henderson2020-09-107-76/+84
* crypto: Use the correct const type for driverRichard Henderson2020-09-106-11/+11
* crypto: Move QCryptoCipherDriver typedef to crypto/cipher.hRichard Henderson2020-09-101-2/+0Star
* crypto/nettle: Fix xts_encrypt argumentsRichard Henderson2020-09-101-1/+1
* crypto: Remove redundant includesRichard Henderson2020-09-103-6/+0Star
* crypto: Rename cipher include files to .c.incRichard Henderson2020-09-104-3/+3
* crypto: Assume blocksize is a power of 2Richard Henderson2020-09-104-6/+9
* crypto: fix build with gcrypt enabledDaniel P. Berrangé2020-09-071-11/+31
* tls-cipher-suites: Correct instance_sizeEduardo Habkost2020-09-021-1/+1
* meson: convert crypto directory to MesonMarc-André Lureau2020-08-21