aboutsummaryrefslogtreecommitdiff
path: root/crypto/cipher-nettle.c.inc
AgeCommit message (Expand)Author
2024-09-10qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-09crypto: use consistent error reporting pattern for unsupported cipher modesDaniel P. Berrangé
2024-09-09crypto: avoid leak of ctx when bad cipher mode is givenDaniel P. Berrangé
2024-02-09crypto: Introduce SM4 symmetric cipher algorithmHyman Huang
2021-07-14crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé
2021-06-02crypto: drop back compatibility typedefs for nettleDaniel P. Berrangé
2021-06-02crypto: bump min nettle to 3.4, dropping RHEL-7 supportDaniel P. Berrangé
2020-09-10crypto/nettle: Split QCryptoCipherNettle into subclassesRichard Henderson
2020-09-10crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_newRichard Henderson
2020-09-10crypto: Allocate QCryptoCipher with the subclassRichard Henderson
2020-09-10crypto: Use the correct const type for driverRichard Henderson
2020-09-10crypto/nettle: Fix xts_encrypt argumentsRichard Henderson
2020-09-10crypto: Remove redundant includesRichard Henderson
2020-09-10crypto: Rename cipher include files to .c.incRichard Henderson