Home
last modified time | relevance | path

Searched refs:nb_xforms (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/cryptodev/
H A Drte_crypto.h405 rte_crypto_op_sym_xforms_alloc(struct rte_crypto_op *op, uint8_t nb_xforms) in rte_crypto_op_sym_xforms_alloc() argument
413 size = sizeof(struct rte_crypto_sym_xform) * nb_xforms; in rte_crypto_op_sym_xforms_alloc()
420 nb_xforms); in rte_crypto_op_sym_xforms_alloc()
H A Drte_crypto_sym.h904 void *priv_data, uint8_t nb_xforms) in __rte_crypto_sym_op_sym_xforms_alloc() argument
912 xform = xform->next = --nb_xforms > 0 ? xform + 1 : NULL; in __rte_crypto_sym_op_sym_xforms_alloc()