regex/mlx5: add data path scattered mbuf process
[dpdk.git] / drivers / crypto / octeontx2 / otx2_cryptodev_capabilities.h
index e07a2a8..c1e0001 100644 (file)
@@ -16,11 +16,30 @@ enum otx2_cpt_egrp {
        OTX2_CPT_EGRP_MAX,
 };
 
+/*
+ * Initialize crypto capabilities for the device
+ *
+ */
+void otx2_crypto_capabilities_init(union cpt_eng_caps *hw_caps);
+
 /*
  * Get capabilities list for the device
  *
  */
 const struct rte_cryptodev_capabilities *
-otx2_cpt_capabilities_get(union cpt_eng_caps *hw_caps);
+otx2_cpt_capabilities_get(void);
+
+/*
+ * Initialize security capabilities for the device
+ *
+ */
+void otx2_crypto_sec_capabilities_init(union cpt_eng_caps *hw_caps);
+
+/*
+ * Get security capabilities list for the device
+ *
+ */
+const struct rte_security_capability *
+otx2_crypto_sec_capabilities_get(void *device __rte_unused);
 
 #endif /* _OTX2_CRYPTODEV_CAPABILITIES_H_ */