cryptodev: remove digest length from crypto op
[dpdk.git] / drivers / crypto / openssl / rte_openssl_pmd_private.h
index fa8cabc..e7af6e1 100644 (file)
@@ -165,6 +165,8 @@ struct openssl_session {
 
                uint16_t aad_length;
                /**< AAD length */
+               uint16_t digest_length;
+               /**< digest length */
        } auth;
 
 } __rte_cache_aligned;