qemu-e2k/include/crypto
Philippe Mathieu-Daudé f703f1ef99 bulk: Do not declare function prototypes using 'extern' keyword
By default, C function prototypes declared in headers are visible,
so there is no need to declare them as 'extern' functions.
Remove this redundancy in a single bulk commit; do not modify:

  - meson.build (used to check function availability at runtime)
  - pc-bios/
  - libdecnumber/
  - tests/
  - *.c

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20230605175647.88395-5-philmd@linaro.org>
2023-08-31 19:47:43 +02:00
..
aes-round.h crypto: Add aesdec_ISB_ISR_AK_IMC 2023-07-08 07:30:17 +01:00
aes.h crypto: Unexport AES_*_rot, AES_TeN, AES_TdN 2023-07-09 13:48:23 +01:00
afsplit.h
akcipher.h crypto: Support export akcipher to pkcs8 2022-11-02 06:56:32 -04:00
block.h crypto: Make block callbacks return 0 on success 2022-07-12 12:14:55 +02:00
cipher.h
desrfb.h replace TABs with spaces 2023-03-20 12:43:50 +01:00
hash.h
hmac.h
init.h
ivgen.h
pbkdf.h
random.h
secret_common.h bulk: Do not declare function prototypes using 'extern' keyword 2023-08-31 19:47:43 +02:00
secret_keyring.h
secret.h
sm4.h
tls-cipher-suites.h
tlscreds.h
tlscredsanon.h
tlscredspsk.h
tlscredsx509.h
tlssession.h crypto: TLS: introduce check_pending 2023-02-15 11:01:03 -05:00
xts.h