cryptodev: remove digest length from crypto op
[dpdk.git] / drivers / crypto / aesni_gcm / aesni_gcm_pmd_private.h
index b482d74..4c0749e 100644 (file)
@@ -97,6 +97,8 @@ struct aesni_gcm_session {
        /**< IV parameters */
        uint16_t aad_length;
        /**< AAD length */
+       uint16_t digest_length;
+       /**< Digest length */
        enum aesni_gcm_operation op;
        /**< GCM operation type */
        enum aesni_gcm_key key;