Home
last modified time | relevance | path

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

/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c24 void *asym_sess = (void *)sess; in cperf_set_ops_asym() local
34 rte_crypto_op_attach_asym_session(ops[i], asym_sess); in cperf_set_ops_asym()
784 void *asym_sess = NULL; in cperf_create_session() local
797 sess_mp, &asym_sess); in cperf_create_session()
802 return asym_sess; in cperf_create_session()
/dpdk/drivers/crypto/openssl/
H A Drte_openssl_pmd.c738 struct openssl_asym_session *asym_sess = NULL; in get_session() local
750 asym_sess = (struct openssl_asym_session *) in get_session()
752 if (asym_sess == NULL) in get_session()
755 return asym_sess; in get_session()