cryptodev: remove digest length from crypto op
[dpdk.git] / drivers / crypto / qat / qat_adf / qat_algs.h
index f530c57..ad4b8ba 100644 (file)
@@ -135,6 +135,7 @@ struct qat_session {
                uint16_t offset;
                uint16_t length;
        } auth_iv;
+       uint16_t digest_length;
        rte_spinlock_t lock;    /* protects this struct */
 };