Home
last modified time | relevance | path

Searched refs:esn (Results 1 – 19 of 19) sorted by relevance

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_anti_replay.h176 uint8_t esn; in cpt_ipsec_antireplay_check() local
179 esn = sa->ctl.esn_en; in cpt_ipsec_antireplay_check()
183 if (!esn) in cpt_ipsec_antireplay_check()
196 if (esn && (ret == 0)) { in cpt_ipsec_antireplay_check()
H A Dotx2_cryptodev_sec.h37 uint64_t esn; member
H A Dotx2_ipsec_po_ops.h131 sess->esn++; in process_outb_sa()
H A Dotx2_ipsec_fp.h364 if (ipsec->options.esn == 1) in ipsec_fp_sa_ctl_set()
H A Dotx2_ipsec_po.h401 if (ipsec->options.esn) in ipsec_po_sa_ctl_set()
/f-stack/dpdk/app/test/
H A Dtest_ipsec.c88 uint32_t esn; member
1303 ut_params->ipsec_xform.options.esn = test_cfg[i].esn; in test_ipsec_crypto_inb_burst_null_null_wrapper()
1408 ut_params->ipsec_xform.options.esn = test_cfg[i].esn; in test_ipsec_crypto_outb_burst_null_null_wrapper()
1517 ut_params->ipsec_xform.options.esn = test_cfg[i].esn; in test_ipsec_inline_crypto_inb_burst_null_null_wrapper()
1594 ut_params->ipsec_xform.options.esn = test_cfg[i].esn; in test_ipsec_inline_proto_inb_burst_null_null_wrapper()
1703 ut_params->ipsec_xform.options.esn = test_cfg[i].esn; in test_ipsec_inline_crypto_outb_burst_null_null_wrapper()
1780 ut_params->ipsec_xform.options.esn = test_cfg[i].esn; in test_ipsec_inline_proto_outb_burst_null_null_wrapper()
1853 ut_params->ipsec_xform.options.esn = test_cfg[i].esn; in test_ipsec_lksd_proto_inb_burst_null_null_wrapper()
1874 ut_params->ipsec_xform.options.esn = test_cfg[i].esn; in test_ipsec_lksd_proto_outb_burst_null_null_wrapper()
1988 ut_params->ipsec_xform.options.esn = test_cfg[i].esn; in test_ipsec_replay_inb_inside_null_null_wrapper()
[all …]
H A Dtest_ipsec_perf.c24 uint32_t esn; member
376 sa->ipsec_xform.options.esn = test_cfg->esn; in fill_ipsec_sa_out()
398 sa->ipsec_xform.options.esn = test_cfg->esn; in fill_ipsec_sa_in()
527 if (test_cfg->esn) in print_metrics()
/f-stack/dpdk/lib/librte_ipsec/
H A Dcrypto.h77 int esn) in aead_gcm_aad_fill() argument
80 if (esn) in aead_gcm_aad_fill()
H A Dsa.c212 if (prm->ipsec_xform.options.esn == 0) in fill_sa_type()
525 sa->sqn_mask = (prm->ipsec_xform.options.esn == 0) ? in rte_ipsec_sa_init()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbase.c422 size_t *esn) { in base_alloc_impl() argument
447 if (esn != NULL) { in base_alloc_impl()
448 *esn = extent_sn_get(extent); in base_alloc_impl()
470 size_t esn; in base_alloc_extent() local
472 CACHELINE, &esn); in base_alloc_extent()
476 extent_esn_set(extent, esn); in base_alloc_extent()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_sec.h107 uint64_t esn; member
H A Dotx2_ethdev_sec_tx.h161 sess->esn++; in otx2_sec_event_tx()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dextent_inlines.h225 extent_esn_set(extent_t *extent, size_t esn) { in extent_esn_set() argument
226 extent->e_size_esn = (extent->e_size_esn & ~EXTENT_ESN_MASK) | (esn & in extent_esn_set()
/f-stack/dpdk/lib/librte_security/
H A Drte_security.h124 uint32_t esn : 1; member
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.c54 ipsec->options.esn = app_sa_prm.enable_esn; in set_ipsec_conf()
H A Dsa.c1261 prm->ipsec_xform.options.esn = app_prm->enable_esn; in fill_ipsec_app_sa_prm()
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c1886 if (ipsec_xform->options.esn) in caam_jr_set_ipsec_session()
1896 if (ipsec_xform->options.esn) in caam_jr_set_ipsec_session()
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c2794 if (ipsec_xform->options.esn) in dpaa_sec_set_ipsec_session()
2805 if (ipsec_xform->options.esn) in dpaa_sec_set_ipsec_session()
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c2915 if (ipsec_xform->options.esn) in dpaa2_sec_set_ipsec_session()
2989 if (ipsec_xform->options.esn) in dpaa2_sec_set_ipsec_session()