Searched refs:nb_xforms (Results 1 – 2 of 2) sorted by relevance
386 rte_crypto_op_sym_xforms_alloc(struct rte_crypto_op *op, uint8_t nb_xforms) in rte_crypto_op_sym_xforms_alloc() argument394 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()
879 void *priv_data, uint8_t nb_xforms) in __rte_crypto_sym_op_sym_xforms_alloc() argument887 xform = xform->next = --nb_xforms > 0 ? xform + 1 : NULL; in __rte_crypto_sym_op_sym_xforms_alloc()