]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/qat/qat_asym.h
crypto/qat: add modular multiplicative inverse
[dpdk.git] / drivers / crypto / qat / qat_asym.h
index 228d2f7fb2d5fd49f9818fb67acd5dc7b9e55bf9..ce4839ba2fb7a5c614e29a7e6e404522d03d6c77 100644 (file)
@@ -50,6 +50,9 @@ struct qat_asym_session {
                        rte_crypto_param n;
                        rte_crypto_param e;
                } mod_exp;
+               struct {
+                       rte_crypto_param n;
+               } mod_inv;
        } sess_alg_params;
 };