..
Makefile.objs
crypto: add HMAC algorithms framework
9 years ago
aes.c
crypto: Clean up includes
10 years ago
afsplit.c
qemu-common: stop including qemu/bswap.h from qemu-common.h
10 years ago
block-luks.c
crypto: Switch to QEMU UUID API
10 years ago
block-luks.h
Clean up ill-advised or unusual header guards
10 years ago
block-qcow.c
include/qemu/osdep.h: Don't include qapi/error.h
10 years ago
block-qcow.h
Clean up ill-advised or unusual header guards
10 years ago
block.c
crypto: report enum strings instead of values in errors
10 years ago
blockpriv.h
crypto: add support for querying parameters for block encryption
10 years ago
cipher-builtin.c
crypto: add mode check in qcrypto_cipher_new() for cipher-builtin
10 years ago
cipher-gcrypt.c
crypto: add 3des-ede support when using libgcrypt/nettle
9 years ago
cipher-nettle.c
crypto: add 3des-ede support when using libgcrypt/nettle
9 years ago
cipher.c
crypto: add 3des-ede support when using libgcrypt/nettle
9 years ago
desrfb.c
crypto: Clean up includes
10 years ago
hash-gcrypt.c
crypto: don't open-code qcrypto_hash_supports
10 years ago
hash-glib.c
crypto: don't open-code qcrypto_hash_supports
10 years ago
hash-nettle.c
crypto: don't open-code qcrypto_hash_supports
10 years ago
hash.c
crypto: implement sha224, sha384, sha512 and ripemd160 hashes
10 years ago
hmac-gcrypt.c
crypto: support HMAC algorithms based on libgcrypt
9 years ago
hmac-glib.c
crypto: support HMAC algorithms based on glib
9 years ago
hmac-nettle.c
crypto: support HMAC algorithms based on nettle
9 years ago
hmac.c
crypto: add HMAC algorithms framework
9 years ago
hmac.h
crypto: add HMAC algorithms framework
9 years ago
init.c
crypto: fix initialization of gcrypt threading
10 years ago
ivgen-essiv.c
include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h
10 years ago
ivgen-essiv.h
crypto: add support for generating initialization vectors
10 years ago
ivgen-plain.c
include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h
10 years ago
ivgen-plain.h
crypto: add support for generating initialization vectors
10 years ago
ivgen-plain64.c
include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h
10 years ago
ivgen-plain64.h
crypto: add support for generating initialization vectors
10 years ago
ivgen.c
include/qemu/osdep.h: Don't include qapi/error.h
10 years ago
ivgenpriv.h
Clean up header guards that don't match their file name
10 years ago
pbkdf-gcrypt.c
crypto: support more hash algorithms for pbkdf
10 years ago
pbkdf-nettle.c
crypto: support more hash algorithms for pbkdf
10 years ago
pbkdf-stub.c
crypto: use uint64_t for pbkdf iteration count parameters
10 years ago
pbkdf.c
crypto: use correct derived key size when timing pbkdf
10 years ago
random-gcrypt.c
crypto: add cryptographic random byte source
10 years ago
random-gnutls.c
crypto: add cryptographic random byte source
10 years ago
random-platform.c
crypto: use /dev/[u]random as a final fallback random source
10 years ago
secret.c
include/qemu/osdep.h: Don't include qapi/error.h
10 years ago
tlscreds.c
crypto: add support for TLS priority string override
10 years ago
tlscredsanon.c
include/qemu/osdep.h: Don't include qapi/error.h
10 years ago
tlscredspriv.h
Clean up header guards that don't match their file name
10 years ago
tlscredsx509.c
crypto: fix building complaint
10 years ago
tlssession.c
crypto: add trace points for TLS cert verification
10 years ago
trace-events
crypto: add trace points for TLS cert verification
10 years ago
xts.c
crypto: import an implementation of the XTS cipher mode
10 years ago