Home
last modified time | relevance | path

Searched refs:sessions (Results 1 – 22 of 22) sorted by relevance

/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_zuc.c69 struct zuc_session **sessions, in process_zuc_cipher_op() argument
90 sess = sessions[i]; in process_zuc_cipher_op()
136 struct zuc_session **sessions, in process_zuc_hash_op() argument
158 sess = sessions[i]; in process_zuc_hash_op()
197 struct zuc_session **sessions, in process_ops() argument
207 sessions, num_ops); in process_ops()
295 sessions[0] = curr_sess; in zuc_pmd_dequeue_burst()
307 sessions, qp, burst_size); in zuc_pmd_dequeue_burst()
321 sessions, qp, burst_size); in zuc_pmd_dequeue_burst()
331 sessions[0] = curr_sess; in zuc_pmd_dequeue_burst()
[all …]
/dpdk/examples/ipsec-secgw/
H A Dipsec.h107 struct rte_ipsec_session sessions[IPSEC_SESSION_MAX]; member
337 return &sa->sessions[IPSEC_SESSION_PRIMARY]; in ipsec_get_primary_session()
343 return &sa->sessions[IPSEC_SESSION_FALLBACK]; in ipsec_get_fallback_session()
H A Dsa.c1009 ips = &sa->sessions[IPSEC_SESSION_PRIMARY]; in print_one_sa_rule()
1029 fallback_ips = &sa->sessions[IPSEC_SESSION_FALLBACK]; in print_one_sa_rule()
/dpdk/doc/guides/cryptodevs/
H A Darmv8.rst74 * Maximum number of sessions is 2048.
H A Dopenssl.rst95 * Maximum number of sessions is 2048.
H A Dnull.rst64 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
H A Dmvsam.rst92 - ``max_nb_sessions``: maximum number of sessions that can be created (default: 2048).
H A Dchacha20_poly1305.rst93 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
H A Dccp.rst99 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
H A Dzuc.rst106 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
H A Dsnow3g.rst106 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
H A Daesni_gcm.rst113 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
H A Daesni_mb.rst161 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
H A Dkasumi.rst107 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
H A Dscheduler.rst53 * max_nb_sessions: Specify the maximum number of sessions that can be
/dpdk/doc/guides/prog_guide/
H A Drte_security.rst11 library defines generic APIs to create and free security sessions which can
541 Security sessions cache this immutable data in a optimal way for the underlying PMD
544 The Security framework provides APIs to create and free sessions for crypto/ethernet
545 devices, where sessions are mempool objects. It is the application's responsibility
H A Dcryptodev_lib.rst500 a flow. Crypto sessions cache this immutable data in a optimal way for the
507 and initialize sessions for crypto devices, where sessions are mempool objects.
1032 across data sets. Crypto sessions cache this immutable data in a optimal way for the
1036 asymmetric sessions for crypto devices, where sessions are mempool objects.
1038 Application using both symmetric and asymmetric sessions should allocate and maintain
1039 different sessions pools for each type.
/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst132 * Replaced ``private`` marker with array of pointers to private data sessions
141 * Added support for multi-device sessions, so a single session can be
H A Drelease_18_08.rst126 supports an unlimited number of sessions.
H A Drelease_20_02.rst182 For the configured sessions, hardware will do the lookup and perform
H A Drelease_17_05.rst400 to support drivers which may support a limited number of sessions per queue_pair.
/dpdk/app/test/
H A Dtest_cryptodev.c12051 sessions = rte_malloc(NULL, in test_multi_session()
12073 sessions[i], in test_multi_session()
12101 sessions[i] = NULL; in test_multi_session()
12106 TEST_ASSERT_NULL(sessions[i], in test_multi_session()
12111 sessions[i]); in test_multi_session()
12115 rte_free(sessions); in test_multi_session()
12180 sessions = rte_malloc(NULL, in test_multi_session_random_usage()
12201 sessions[i], in test_multi_session_random_usage()
12218 sessions[j], in test_multi_session_random_usage()
12248 sessions[i]); in test_multi_session_random_usage()
[all …]