Lines Matching defs:rte_crypto_op
91 struct rte_crypto_op {
156 * rte_crypto_op including IV.
196 __rte_crypto_op_reset(struct rte_crypto_op *op, enum rte_crypto_op_type type)
227 * Returns the size of private data allocated with each rte_crypto_op object by
230 * @param mempool rte_crypto_op mempool
282 struct rte_crypto_op **ops, uint16_t nb_ops)
304 * - On success returns a valid rte_crypto_op structure
307 static inline struct rte_crypto_op *
310 struct rte_crypto_op *op = NULL;
340 struct rte_crypto_op **ops, uint16_t nb_ops)
368 __rte_crypto_op_get_priv_data(struct rte_crypto_op *op, uint32_t size)
398 rte_crypto_op_free(struct rte_crypto_op *op)
415 static inline struct rte_crypto_op *
425 if (unlikely(m->priv_size < (sizeof(struct rte_crypto_op) +
430 struct rte_crypto_op *op = (struct rte_crypto_op *)(m + 1);
450 rte_crypto_op_sym_xforms_alloc(struct rte_crypto_op *op, uint8_t nb_xforms)
476 rte_crypto_op_attach_sym_session(struct rte_crypto_op *op, void *sess)
493 rte_crypto_op_attach_asym_session(struct rte_crypto_op *op,