..
Makefile.objs
crypto: add HMAC algorithms framework
10 years ago
aes.c
crypto: Clean up includes
11 years ago
afsplit.c
qemu-common: stop including qemu/bswap.h from qemu-common.h
10 years ago
block-luks.c
crypto: move 'opaque' parameter to (nearly) the end of parameter list
9 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
11 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
10 years ago
cipher-nettle.c
crypto: add 3des-ede support when using libgcrypt/nettle
10 years ago
cipher.c
crypto: assert cipher algorithm is always valid
10 years ago
desrfb.c
crypto: Clean up includes
11 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
10 years ago
hmac-glib.c
crypto: support HMAC algorithms based on glib
10 years ago
hmac-nettle.c
crypto: support HMAC algorithms based on nettle
10 years ago
hmac.c
crypto: add HMAC algorithms framework
10 years ago
hmac.h
crypto: add HMAC algorithms framework
10 years ago
init.c
crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs
9 years ago
ivgen-essiv.c
crypto: fix leak in ivgen essiv init
10 years ago
ivgen-essiv.h
crypto: add support for generating initialization vectors
11 years ago
ivgen-plain.c
include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h
11 years ago
ivgen-plain.h
crypto: add support for generating initialization vectors
11 years ago
ivgen-plain64.c
include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h
11 years ago
ivgen-plain64.h
crypto: add support for generating initialization vectors
11 years ago
ivgen.c
include/qemu/osdep.h: Don't include qapi/error.h
11 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: qcrypto_random_bytes() now works on windows w/o any other crypto libs
9 years ago
random-gnutls.c
crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs
9 years ago
random-platform.c
fix mingw build failure
9 years ago
secret.c
include/qemu/osdep.h: Don't include qapi/error.h
11 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
11 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
11 years ago