qemu/crypto
Markus Armbruster 0553d895f9 Normalize position of header guard
This is the common header guard idiom:

    /*
     * File comment
     */

    #ifndef GUARD_SYMBOL_H
    #define GUARD_SYMBOL_H

    ... actual contents ...

    #endif

A few of our headers have some #include before the guard.
target/tilegx/spr_def_64.h has #ifndef __DOXYGEN__ outside the guard.
A few more have the #define elsewhere.

Change them to match the common idiom.  For spr_def_64.h, that means
dropping #ifndef __DOXYGEN__.  While there, rename guard symbols to
make scripts/clean-header-guards.pl happy.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190604181618.19980-2-armbru@redhat.com>
[Rebased with conflicts resolved automatically]
2019-06-12 13:20:20 +02:00
..
aes.c Include qemu-common.h exactly where needed 2019-06-12 13:20:20 +02:00
afalg.c
afalgpriv.h
afsplit.c Don't talk about the LGPL if the file is licensed under the GPL 2019-01-30 10:51:20 +01:00
block-luks.c crypto/block: remove redundant struct packing to fix build with gcc 9 2019-03-21 11:54:38 +00:00
block-luks.h
block-qcow.c crypto: support multiple threads accessing one QCryptoBlock 2018-12-12 11:16:49 +00:00
block-qcow.h
block.c crypto: support multiple threads accessing one QCryptoBlock 2018-12-12 11:16:49 +00:00
blockpriv.h crypto: support multiple threads accessing one QCryptoBlock 2018-12-12 11:16:49 +00:00
cipher-afalg.c
cipher-builtin.c
cipher-gcrypt.c
cipher-nettle.c
cipher.c
cipherpriv.h
desrfb.c crypto: finish removing TABs 2019-02-05 16:50:18 +01:00
hash-afalg.c
hash-gcrypt.c
hash-glib.c
hash-nettle.c
hash.c
hashpriv.h
hmac-gcrypt.c
hmac-glib.c
hmac-nettle.c
hmac.c
hmacpriv.h
init.c
ivgen-essiv.c
ivgen-essiv.h Normalize position of header guard 2019-06-12 13:20:20 +02:00
ivgen-plain.c
ivgen-plain.h Normalize position of header guard 2019-06-12 13:20:20 +02:00
ivgen-plain64.c
ivgen-plain64.h Normalize position of header guard 2019-06-12 13:20:20 +02:00
ivgen.c
ivgenpriv.h
Makefile.objs build: Link user-only with crypto random number objects 2019-05-22 12:38:54 -04:00
pbkdf-gcrypt.c
pbkdf-nettle.c
pbkdf-stub.c
pbkdf.c
random-gcrypt.c crypto: Change the qcrypto_random_bytes buffer type to void* 2019-05-22 12:38:54 -04:00
random-gnutls.c crypto: Change the qcrypto_random_bytes buffer type to void* 2019-05-22 12:38:54 -04:00
random-platform.c crypto: Change the qcrypto_random_bytes buffer type to void* 2019-05-22 12:38:54 -04:00
secret.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
tlscreds.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
tlscredsanon.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
tlscredspriv.h
tlscredspsk.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
tlscredsx509.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
tlssession.c authz: delete existing ACL implementation 2019-02-26 15:32:19 +00:00
trace-events trace-events: Shorten file names in comments 2019-03-22 16:18:07 +00:00
xts.c crypto: annotate xts_tweak_encdec as inlineable 2018-10-24 19:03:37 +01:00