qemu/crypto
Eduardo Habkost c734cd40a1 qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE
The requirement to specify the parent class type makes the macro
harder to use and easy to misuse (silent bugs can be introduced
if the wrong struct type is specified).

Simplify the macro by just not declaring any class struct,
allowing us to remove the class_size field from the TypeInfo
variables for those types.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200916182519.415636-3-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2020-09-18 14:12:32 -04:00
..
aes.c crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c 2020-09-10 11:02:23 +01:00
afalg.c
afalgpriv.h crypto: Allocate QCryptoCipher with the subclass 2020-09-10 11:02:23 +01:00
afsplit.c crypto: use auto cleanup for many stack variables 2019-08-22 10:56:57 +01:00
block-luks.c qcrypto/luks: implement encryption key management 2020-07-06 08:49:28 +02:00
block-luks.h
block-qcow.c
block-qcow.h
block.c qcrypto/core: add generic infrastructure for crypto options amendment 2020-07-06 08:49:28 +02:00
blockpriv.h qcrypto/core: add generic infrastructure for crypto options amendment 2020-07-06 08:49:28 +02:00
cipher-afalg.c crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new 2020-09-10 11:02:23 +01:00
cipher-builtin.c.inc crypto/builtin: Split QCryptoCipherBuiltin into subclasses 2020-09-10 11:02:23 +01:00
cipher-gcrypt.c.inc crypto/gcrypt: Split QCryptoCipherGcrypt into subclasses 2020-09-10 11:02:23 +01:00
cipher-nettle.c.inc crypto/nettle: Split QCryptoCipherNettle into subclasses 2020-09-10 11:02:23 +01:00
cipher.c crypto: Constify cipher data tables 2020-09-10 11:02:23 +01:00
cipherpriv.h crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new 2020-09-10 11:02:23 +01:00
desrfb.c
hash-afalg.c
hash-gcrypt.c
hash-glib.c
hash-nettle.c
hash.c
hashpriv.h
hmac-gcrypt.c
hmac-glib.c glib: bump min required glib library version to 2.48 2019-08-22 10:46:34 +01:00
hmac-nettle.c
hmac.c
hmacpriv.h
init.c crypto: Remove use of GCRYPT_VERSION macro. 2020-06-15 11:33:51 +01:00
ivgen-essiv.c
ivgen-essiv.h
ivgen-plain.c
ivgen-plain.h
ivgen-plain64.c
ivgen-plain64.h
ivgen.c
ivgenpriv.h
meson.build crypto: fix build with gcrypt enabled 2020-09-07 12:34:17 +02:00
pbkdf-gcrypt.c
pbkdf-nettle.c
pbkdf-stub.c
pbkdf.c crypto: use auto cleanup for many stack variables 2019-08-22 10:56:57 +01:00
random-gcrypt.c
random-gnutls.c
random-none.c crypto: add "none" random provider 2020-06-15 11:33:50 +01:00
random-platform.c
secret.c qom: Put name parameter before value / visitor parameter 2020-07-10 15:18:08 +02:00
secret_common.c crypto/secret: move main logic from 'secret' to 'secret_common'. 2020-06-15 11:33:51 +01:00
secret_keyring.c qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE 2020-09-18 14:12:32 -04:00
tls-cipher-suites.c tls-cipher-suites: Correct instance_size 2020-09-02 07:29:25 -04:00
tlscreds.c qom: Drop parameter @errp of object_property_add() & friends 2020-05-15 07:07:58 +02:00
tlscredsanon.c qom: Put name parameter before value / visitor parameter 2020-07-10 15:18:08 +02:00
tlscredspriv.h
tlscredspsk.c qom: Put name parameter before value / visitor parameter 2020-07-10 15:18:08 +02:00
tlscredsx509.c qom: Put name parameter before value / visitor parameter 2020-07-10 15:18:08 +02:00
tlssession.c
trace-events crypto: Add tls-cipher-suites object 2020-07-03 18:16:01 +02:00
trace.h trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00
xts.c