]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/qat/qat_adf/qat_algs.h
cryptodev: do not use AAD in wireless algorithms
[dpdk.git] / drivers / crypto / qat / qat_adf / qat_algs.h
index e8fa3d34befd70a44cab59af3239736880165e07..f530c57b53750f660e662439d08e75f8865e8cf5 100644 (file)
@@ -17,7 +17,7 @@
  *  qat-linux@intel.com
  *
  *  BSD LICENSE
- *  Copyright(c) 2015-2016 Intel Corporation.
+ *  Copyright(c) 2015-2017 Intel Corporation.
  *  Redistribution and use in source and binary forms, with or without
  *  modification, are permitted provided that the following conditions
  *  are met:
@@ -130,7 +130,11 @@ struct qat_session {
        struct {
                uint16_t offset;
                uint16_t length;
-       } iv;
+       } cipher_iv;
+       struct {
+               uint16_t offset;
+               uint16_t length;
+       } auth_iv;
        rte_spinlock_t lock;    /* protects this struct */
 };