| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | pmd_zuc.c | 69 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 D | ipsec.h | 107 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 D | sa.c | 1009 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 D | armv8.rst | 74 * Maximum number of sessions is 2048.
|
| H A D | openssl.rst | 95 * Maximum number of sessions is 2048.
|
| H A D | null.rst | 64 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
|
| H A D | mvsam.rst | 92 - ``max_nb_sessions``: maximum number of sessions that can be created (default: 2048).
|
| H A D | chacha20_poly1305.rst | 93 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
|
| H A D | ccp.rst | 99 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
|
| H A D | zuc.rst | 106 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
|
| H A D | snow3g.rst | 106 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
|
| H A D | aesni_gcm.rst | 113 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
|
| H A D | aesni_mb.rst | 161 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
|
| H A D | kasumi.rst | 107 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
|
| H A D | scheduler.rst | 53 * max_nb_sessions: Specify the maximum number of sessions that can be
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_security.rst | 11 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 D | cryptodev_lib.rst | 500 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 D | release_17_08.rst | 132 * 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 D | release_18_08.rst | 126 supports an unlimited number of sessions.
|
| H A D | release_20_02.rst | 182 For the configured sessions, hardware will do the lookup and perform
|
| H A D | release_17_05.rst | 400 to support drivers which may support a limited number of sessions per queue_pair.
|
| /dpdk/app/test/ |
| H A D | test_cryptodev.c | 12051 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 …]
|