event/dpaa: support Tx adapter
[dpdk.git] / drivers / crypto / qat / qat_asym.h
index 7e5982d..ce4839b 100644 (file)
@@ -45,6 +45,15 @@ struct qat_asym_session {
        enum qat_asym_alg alg;
        struct icp_qat_fw_pke_request req_tmpl;
        uint64_t flags;
+       union {
+               struct {
+                       rte_crypto_param n;
+                       rte_crypto_param e;
+               } mod_exp;
+               struct {
+                       rte_crypto_param n;
+               } mod_inv;
+       } sess_alg_params;
 };
 
 int