crypto: improve key handling
[vpp.git] / src / plugins / crypto_ia32 / aesni.h
index 28e09fc..80e30e5 100644 (file)
 #ifndef __aesni_h__
 #define __aesni_h__
 
+
+typedef struct
+{
+  __m128i encrypt_key[15];
+  __m128i decrypt_key[15];
+} aesni_key_data_t;
+
 typedef enum
 {
   AESNI_KEY_128 = 0,