index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
/
cipher.h
Age
Commit message (
Expand
)
Author
2020-09-10
crypto: Allocate QCryptoCipher with the subclass
Richard Henderson
2020-09-10
crypto: Use the correct const type for driver
Richard Henderson
2020-09-10
crypto: Move QCryptoCipherDriver typedef to crypto/cipher.h
Richard Henderson
2019-08-22
crypto: define cleanup functions for use with g_autoptr
Daniel P. Berrangé
2019-07-19
crypto: Fix LGPL information in the file headers
Thomas Huth
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2017-07-19
crypto: cipher: add cipher driver framework
Longpeng(Mike)
2016-10-19
crypto: add CTR mode support
Gonglei
2016-10-19
crypto: extend mode as a parameter in qcrypto_cipher_supports()
Gonglei
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
2016-03-22
include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h
Markus Armbruster
2016-02-23
include: Clean up includes
Peter Maydell
2016-02-01
crypto: fix description of @errp parameter initialization
Daniel P. Berrange
2015-12-23
crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI
Daniel P. Berrange
2015-12-23
crypto: add additional query accessors for cipher instances
Daniel P. Berrange
2015-07-08
crypto: introduce generic cipher API & built-in implementation
Daniel P. Berrange