aesni: Add a common key schedule class for AES

This commit is contained in:
Martin Willi
2015-04-15 11:35:26 +02:00
parent 78c04b5d4d
commit 431f452ed4
3 changed files with 165 additions and 0 deletions
@@ -2,6 +2,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = \
-maes \
$(PLUGIN_CFLAGS)
if MONOLITHIC
@@ -11,6 +12,7 @@ plugin_LTLIBRARIES = libstrongswan-aesni.la
endif
libstrongswan_aesni_la_SOURCES = \
aesni_key.h aesni_key.c \
aesni_plugin.h aesni_plugin.c
libstrongswan_aesni_la_LDFLAGS = -module -avoid-version