Home
last modified time | relevance | path

Searched refs:rte_cryptodev_sym_session_free (Results 1 – 20 of 20) sorted by relevance

/dpdk/lib/cryptodev/
H A Dversion.map45 rte_cryptodev_sym_session_free;
H A Drte_cryptodev.h1024 rte_cryptodev_sym_session_free(struct rte_cryptodev_sym_session *sess);
H A Drte_cryptodev.c2012 rte_cryptodev_sym_session_free(struct rte_cryptodev_sym_session *sess) in rte_cryptodev_sym_session_free() function
/dpdk/drivers/crypto/null/
H A Dnull_crypto_pmd.c61 rte_cryptodev_sym_session_free(op->sym->session); in process_op()
/dpdk/app/test-crypto-perf/
H A Dcperf_test_throughput.c55 rte_cryptodev_sym_session_free(ctx->sess); in cperf_throughput_test_free()
H A Dcperf_test_verify.c42 rte_cryptodev_sym_session_free(ctx->sess); in cperf_verify_test_free()
H A Dcperf_test_latency.c49 rte_cryptodev_sym_session_free(ctx->sess); in cperf_latency_test_free()
H A Dcperf_test_pmd_cyclecount.c78 rte_cryptodev_sym_session_free(ctx->sess); in cperf_pmd_cyclecount_test_free()
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_kasumi.c291 rte_cryptodev_sym_session_free(op->sym->session); in process_op_bit()
H A Dpmd_snow3g.c421 rte_cryptodev_sym_session_free(op->sym->session); in process_op_bit()
/dpdk/lib/vhost/
H A Dvhost_crypto.c401 if (rte_cryptodev_sym_session_free(session) < 0) in vhost_crypto_create_sess()
435 if (rte_cryptodev_sym_session_free(session) < 0) { in vhost_crypto_close_sess()
/dpdk/examples/fips_validation/
H A Dmain.c159 rte_cryptodev_sym_session_free(env.sess); in cryptodev_fips_validate_app_uninit()
1210 rte_cryptodev_sym_session_free(env.sess); in fips_run_test()
H A Dfips_dev_self_test.c1512 rte_cryptodev_sym_session_free(sess); in run_single_test()
/dpdk/app/test/
H A Dtest_ipsec.c676 rte_cryptodev_sym_session_free(s); in create_crypto_session()
1195 rte_cryptodev_sym_session_free(ut->ss[j].crypto.ses); in destroy_crypto_session()
H A Dtest_cryptodev_blockcipher.c808 rte_cryptodev_sym_session_free(sess); in test_blockcipher_one_case()
H A Dtest_cryptodev.c1449 rte_cryptodev_sym_session_free(ut_params->sess); in ut_teardown()
12112 rte_cryptodev_sym_session_free(sessions[i]); in test_multi_session()
12249 rte_cryptodev_sym_session_free(sessions[i]); in test_multi_session_random_usage()
/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst239 * Removed ``device id`` parameter from ``rte_cryptodev_sym_session_free()``.
/dpdk/app/test-eventdev/
H A Dtest_perf_common.c1283 rte_cryptodev_sym_session_free(sess); in perf_cryptodev_destroy()
/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst534 ``rte_cryptodev_sym_session_free`` which returns them to their mempool.
/dpdk/lib/pipeline/
H A Drte_table_action.c1908 rte_cryptodev_sym_session_free(session); in sym_crypto_apply()