Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_crypto.h386 rte_crypto_op_sym_xforms_alloc(struct rte_crypto_op *op, uint8_t nb_xforms) in rte_crypto_op_sym_xforms_alloc() argument
394 size = sizeof(struct rte_crypto_sym_xform) * nb_xforms; in rte_crypto_op_sym_xforms_alloc()
401 nb_xforms); in rte_crypto_op_sym_xforms_alloc()
H A Drte_crypto_sym.h879 void *priv_data, uint8_t nb_xforms) in __rte_crypto_sym_op_sym_xforms_alloc() argument
887 xform = xform->next = --nb_xforms > 0 ? xform + 1 : NULL; in __rte_crypto_sym_op_sym_xforms_alloc()