crypto/cnxk: support lookaside IPsec HMAC-SHA384/512
[dpdk.git] / drivers / crypto / cnxk / cn10k_ipsec.h
index 668282f..86cd248 100644 (file)
@@ -20,15 +20,14 @@ struct cn10k_ipsec_sa {
        };
        /** Pre-populated CPT inst words */
        struct cnxk_cpt_inst_tmpl inst;
-       uint8_t partial_len;
-       uint8_t roundup_len;
-       uint8_t roundup_byte;
+       uint16_t max_extended_len;
+       uint16_t iv_offset;
+       uint8_t iv_length;
+       bool ip_csum_enable;
 };
 
 struct cn10k_sec_session {
        struct cn10k_ipsec_sa sa;
-       void *userdata;
-       /**< Userdata registered by the application */
 } __rte_cache_aligned;
 
 void cn10k_sec_ops_override(void);