cryptodev: make xform key pointer constant
[dpdk.git] / drivers / crypto / snow3g / rte_snow3g_pmd_private.h
index df5c609..95a3eba 100644 (file)
@@ -19,6 +19,7 @@ int snow3g_logtype_driver;
                                        ## __VA_ARGS__)
 
 #define SNOW3G_DIGEST_LENGTH 4
+#define SNOW3G_MAX_KEY_SIZE  128
 
 /** private data structure for each virtual SNOW 3G device */
 struct snow3g_private {