Home
last modified time | relevance | path

Searched refs:rte_crypto_op_sym_xforms_alloc (Results 1 – 4 of 4) 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() function
/dpdk/app/test/
H A Dtest_event_crypto_adapter.c238 rte_crypto_op_sym_xforms_alloc(op, NUM); in test_op_forward_mode()
430 rte_crypto_op_sym_xforms_alloc(op, NUM); in test_op_new_mode()
H A Dtest_cryptodev_blockcipher.c362 if (rte_crypto_op_sym_xforms_alloc(op, n_xforms) in test_blockcipher_one_case()
H A Dtest_cryptodev.c8031 TEST_ASSERT_NOT_NULL(rte_crypto_op_sym_xforms_alloc(op, 1), in create_aead_xform()