Richard Henderson
|
e46064a4c6
crypto: Constify cipher data tables
|
5 years ago |
Richard Henderson
|
da30cd77e1
crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new
|
5 years ago |
Richard Henderson
|
3eedf5cc9d
crypto: Allocate QCryptoCipher with the subclass
|
5 years ago |
Richard Henderson
|
7b5dbfb777
crypto: Use the correct const type for driver
|
5 years ago |
Richard Henderson
|
6d92bdf443
crypto: Rename cipher include files to .c.inc
|
5 years ago |
Richard Henderson
|
eba29771c0
crypto: Assume blocksize is a power of 2
|
5 years ago |
Thomas Huth
|
b7cbb8741b
crypto: Fix LGPL information in the file headers
|
6 years ago |
Michael S. Tsirkin
|
986bc8ded9
crypto: use local path for local headers
|
7 years ago |
Longpeng
|
f1710638ed
crypto: afalg: fix a NULL pointer dereference
|
7 years ago |
Longpeng(Mike)
|
25c60df32b
crypto: cipher: add afalg-backend cipher support
|
8 years ago |
Longpeng(Mike)
|
75c8007809
crypto: cipher: add cipher driver framework
|
8 years ago |
Prasad J Pandit
|
32c813e6c2
crypto: assert cipher algorithm is always valid
|
8 years ago |
Longpeng(Mike)
|
ffb7bf452a
crypto: add 3des-ede support when using libgcrypt/nettle
|
8 years ago |
Gonglei
|
3c28292f39
crypto: add CTR mode support
|
9 years ago |
Markus Armbruster
|
da34e65cb4
include/qemu/osdep.h: Don't include qapi/error.h
|
9 years ago |
Daniel P. Berrange
|
eaec903c5b
crypto: wire up XTS mode for cipher APIs
|
9 years ago |
Daniel P. Berrange
|
50f6753e27
crypto: add support for the twofish cipher algorithm
|
9 years ago |
Daniel P. Berrange
|
94318522ed
crypto: add support for the serpent cipher algorithm
|
9 years ago |
Daniel P. Berrange
|
084a85eedd
crypto: add support for the cast5-128 cipher algorithm
|
9 years ago |
Peter Maydell
|
42f7a448db
crypto: Clean up includes
|
9 years ago |
Daniel P. Berrange
|
50de626151
crypto: fix transposed arguments in cipher error message
|
9 years ago |
Daniel P. Berrange
|
d8c02bcc94
crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI
|
9 years ago |
Daniel P. Berrange
|
dd2bf9eb95
crypto: add additional query accessors for cipher instances
|
9 years ago |
Daniel P. Berrange
|
91bfcdb01d
crypto: allow use of nettle/gcrypt to be selected explicitly
|
9 years ago |
Daniel P. Berrange
|
ed754746fe
crypto: add a nettle cipher implementation
|
10 years ago |
Daniel P. Berrange
|
62893b67cd
crypto: add a gcrypt cipher implementation
|
10 years ago |
Daniel P. Berrange
|
ca38a4cc9e
crypto: introduce generic cipher API & built-in implementation
|
10 years ago |