cryptodev: make xform key pointer constant
[dpdk.git] / drivers / crypto / virtio / virtio_cryptodev.h
index 0fd7b72..215bce7 100644 (file)
@@ -18,6 +18,8 @@
 
 #define VIRTIO_CRYPTO_MAX_IV_SIZE 16
 
+#define VIRTIO_CRYPTO_MAX_KEY_SIZE 256
+
 extern uint8_t cryptodev_virtio_driver_id;
 
 enum virtio_crypto_cmd_id {