]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_cryptodev/rte_crypto.h
cryptodev: support security APIs
[dpdk.git] / lib / librte_cryptodev / rte_crypto.h
index 3ef9e41ced52c91382dece42b89f607480f33b14..eeed9ee25151913e0227db5ce73d323bca5dbaa1 100644 (file)
@@ -86,7 +86,8 @@ enum rte_crypto_op_status {
  */
 enum rte_crypto_op_sess_type {
        RTE_CRYPTO_OP_WITH_SESSION,     /**< Session based crypto operation */
-       RTE_CRYPTO_OP_SESSIONLESS       /**< Session-less crypto operation */
+       RTE_CRYPTO_OP_SESSIONLESS,      /**< Session-less crypto operation */
+       RTE_CRYPTO_OP_SECURITY_SESSION  /**< Security session crypto operation */
 };
 
 /**