#include <accelerated.h>
#if defined(ASM_X86)
#include <x86/aes-x86.h>
-#include <x86/x86.h>
+#include <x86/x86-common.h>
#endif
void _gnutls_register_accel_crypto(void)
noinst_LTLIBRARIES = libx86.la
libx86_la_SOURCES = sha-padlock.c hmac-padlock.c x86-common.c aes-padlock.c aes-gcm-padlock.c \
- aes-padlock.h aes-x86.h x86.h sha-padlock.h sha-x86-ssse3.c sha-x86.h hmac-x86-ssse3.c \
+ aes-padlock.h aes-x86.h x86-common.h sha-padlock.h sha-x86-ssse3.c sha-x86.h hmac-x86-ssse3.c \
aes-gcm-x86-ssse3.c aes-gcm-x86-aesni.c aes-cbc-x86-ssse3.c aes-cbc-x86-aesni.c
include files.mk
#include <gnutls_errors.h>
#include <aes-x86.h>
#include <sha-x86.h>
-#include <x86.h>
+#include <x86-common.h>
struct aes_ctx {
AES_KEY expanded_key;
#include <gnutls_errors.h>
#include <aes-x86.h>
#include <sha-x86.h>
-#include <x86.h>
+#include <x86-common.h>
struct aes_ctx {
AES_KEY expanded_key;
#include <gnutls/crypto.h>
#include <gnutls_errors.h>
#include <aes-x86.h>
-#include <x86.h>
+#include <x86-common.h>
#include <byteswap.h>
#include <nettle/gcm.h>
#include <aes-padlock.h>
#include <gnutls/crypto.h>
#include <gnutls_errors.h>
#include <aes-x86.h>
-#include <x86.h>
+#include <x86-common.h>
#include <byteswap.h>
#include <nettle/gcm.h>
#include <aes-x86.h>
#include <gnutls/crypto.h>
#include <gnutls_errors.h>
#include <aes-x86.h>
-#include <x86.h>
+#include <x86-common.h>
#include <byteswap.h>
#define GCM_BLOCK_SIZE 16
#include <gnutls/crypto.h>
#include <gnutls_errors.h>
#include <aes-x86.h>
-#include <x86.h>
+#include <x86-common.h>
#include <byteswap.h>
#include <nettle/gcm.h>
#include <aes-x86.h>
#include <gnutls/crypto.h>
#include <gnutls_errors.h>
#include <aes-x86.h>
-#include <x86.h>
+#include <x86-common.h>
#ifdef HAVE_LIBNETTLE
# include <nettle/aes.h> /* for key generation in 192 and 256 bits */
# include <sha-padlock.h>
#include <aes-padlock.h>
#include <assert.h>
#include <sha-padlock.h>
-#include <x86.h>
+#include <x86-common.h>
#ifdef HAVE_LIBNETTLE
#include <nettle/macros.h>
#include <nettle/nettle-meta.h>
#include <sha-x86.h>
-#include <x86.h>
+#include <x86-common.h>
void sha1_block_data_order(void *c, const void *p, size_t len);
void sha256_block_data_order(void *c, const void *p, size_t len);
#include <gnutls_errors.h>
#include <aes-x86.h>
#include <sha-x86.h>
-#include <x86.h>
+#include <x86-common.h>
#ifdef HAVE_LIBNETTLE
# include <nettle/aes.h> /* for key generation in 192 and 256 bits */
# include <sha-padlock.h>