Lines Matching refs:rte_crypto_op
83 struct rte_crypto_op { struct
153 __rte_crypto_op_reset(struct rte_crypto_op *op, enum rte_crypto_op_type type) in __rte_crypto_op_reset() argument
239 struct rte_crypto_op **ops, uint16_t nb_ops) in __rte_crypto_op_raw_bulk_alloc()
264 static inline struct rte_crypto_op *
267 struct rte_crypto_op *op = NULL; in rte_crypto_op_alloc()
297 struct rte_crypto_op **ops, uint16_t nb_ops) in rte_crypto_op_bulk_alloc()
325 __rte_crypto_op_get_priv_data(struct rte_crypto_op *op, uint32_t size) in __rte_crypto_op_get_priv_data()
353 rte_crypto_op_free(struct rte_crypto_op *op) in rte_crypto_op_free()
370 static inline struct rte_crypto_op *
380 if (unlikely(m->priv_size < (sizeof(struct rte_crypto_op) + in rte_crypto_sym_op_alloc_from_mbuf_priv_data()
385 struct rte_crypto_op *op = (struct rte_crypto_op *)(m + 1); in rte_crypto_sym_op_alloc_from_mbuf_priv_data()
405 rte_crypto_op_sym_xforms_alloc(struct rte_crypto_op *op, uint8_t nb_xforms) in rte_crypto_op_sym_xforms_alloc()
431 rte_crypto_op_attach_sym_session(struct rte_crypto_op *op, in rte_crypto_op_attach_sym_session()
449 rte_crypto_op_attach_asym_session(struct rte_crypto_op *op, in rte_crypto_op_attach_asym_session()