]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_cryptodev/rte_cryptodev.h
cryptodev: add asymmetric session-less
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev.h
index e175b838c71a2d9c6eac9226cb853d66eb3eff0d..c6ffa3b35ff151f0d8861f6ab53ff2e93c9ef583 100644 (file)
@@ -448,6 +448,8 @@ rte_cryptodev_asym_get_xform_enum(enum rte_crypto_asym_xform_type *xform_enum,
 /**< Support RSA Private Key OP with CRT (quintuple) Keys */
 #define RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED              (1ULL << 19)
 /**< Support encrypted-digest operations where digest is appended to data */
+#define RTE_CRYPTODEV_FF_ASYM_SESSIONLESS              (1ULL << 20)
+/**< Support asymmetric session-less operations */
 
 
 /**