aboutsummaryrefslogtreecommitdiff
path: root/crypto/cipher-nettle.c.inc
AgeCommit message (Expand)AuthorFilesLines
2021-07-14crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé1-15/+11
2021-06-02crypto: drop back compatibility typedefs for nettleDaniel P. Berrangé1-35/+25
2021-06-02crypto: bump min nettle to 3.4, dropping RHEL-7 supportDaniel P. Berrangé1-31/+0
2020-09-10crypto/nettle: Split QCryptoCipherNettle into subclassesRichard Henderson1-488/+511
2020-09-10crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_newRichard Henderson1-0/+3
2020-09-10crypto: Allocate QCryptoCipher with the subclassRichard Henderson1-11/+13
2020-09-10crypto: Use the correct const type for driverRichard Henderson1-1/+1
2020-09-10crypto/nettle: Fix xts_encrypt argumentsRichard Henderson1-1/+1
2020-09-10crypto: Remove redundant includesRichard Henderson1-2/+0
2020-09-10crypto: Rename cipher include files to .c.incRichard Henderson1-0/+734