Home
last modified time | relevance | path

Searched refs:hfn_threshold (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_cryptodev_security_pdcp_sdap_test_vectors.h29 uint32_t hfn_threshold; member
61 .hfn_threshold = 0xfa558,
90 .hfn_threshold = 0xfa558,
119 .hfn_threshold = 0xfa558,
149 .hfn_threshold = 0xfa558,
178 .hfn_threshold = 0xfa558,
208 .hfn_threshold = 0xfa558,
237 .hfn_threshold = 0xfa558,
266 .hfn_threshold = 0xfa558,
316 .hfn_threshold = 0xfa558,
[all …]
H A Dtest_cryptodev.c7759 uint32_t hfn, uint32_t hfn_threshold, uint8_t sdap) in test_pdcp_proto() argument
7839 .hfn_threshold = hfn_threshold, in test_pdcp_proto()
8101 .hfn_threshold = pdcp_test_hfn_threshold[i], in test_pdcp_proto_SGL()
8395 cur_test->hfn_threshold, SDAP_ENABLED); in test_PDCP_SDAP_PROTO_encap_all()
8437 cur_test->hfn_threshold, SDAP_ENABLED); in test_PDCP_SDAP_PROTO_decap_all()
/f-stack/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dsdap.h814 uint32_t hfn_threshold, in cnstr_shdsc_pdcp_sdap_u_plane() argument
931 hfn_threshold, cipherdata, authdata); in cnstr_shdsc_pdcp_sdap_u_plane()
1008 uint32_t hfn_threshold, in cnstr_shdsc_pdcp_sdap_u_plane_encap() argument
1014 hfn, bearer, direction, hfn_threshold, cipherdata, in cnstr_shdsc_pdcp_sdap_u_plane_encap()
1053 uint32_t hfn_threshold, in cnstr_shdsc_pdcp_sdap_u_plane_decap() argument
1059 bearer, direction, hfn_threshold, cipherdata, authdata, in cnstr_shdsc_pdcp_sdap_u_plane_decap()
H A Dpdcp.h2619 uint32_t hfn_threshold, in cnstr_pdcp_c_plane_pdb() argument
2683 hfn_threshold << PDCP_C_PLANE_PDB_HFN_THR_SHIFT; in cnstr_pdcp_c_plane_pdb()
2747 uint32_t hfn_threshold, in cnstr_pdcp_u_plane_pdb() argument
2891 uint32_t hfn_threshold, in cnstr_shdsc_pdcp_c_plane_encap() argument
2982 hfn_threshold, in cnstr_shdsc_pdcp_c_plane_encap()
3045 uint32_t hfn_threshold, in cnstr_shdsc_pdcp_c_plane_decap() argument
3136 hfn_threshold, in cnstr_shdsc_pdcp_c_plane_decap()
3252 uint32_t hfn_threshold, in cnstr_shdsc_pdcp_u_plane_encap() argument
3311 bearer, direction, hfn_threshold, in cnstr_shdsc_pdcp_u_plane_encap()
3455 uint32_t hfn_threshold, in cnstr_shdsc_pdcp_u_plane_decap() argument
[all …]
/f-stack/dpdk/lib/librte_security/
H A Drte_security.h285 uint32_t hfn_threshold; member
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c283 ses->pdcp.hfn_threshold, in dpaa_sec_prep_pdcp_cdb()
293 ses->pdcp.hfn_threshold, in dpaa_sec_prep_pdcp_cdb()
306 ses->pdcp.hfn_threshold, in dpaa_sec_prep_pdcp_cdb()
316 ses->pdcp.hfn_threshold, in dpaa_sec_prep_pdcp_cdb()
327 ses->pdcp.hfn_threshold, in dpaa_sec_prep_pdcp_cdb()
337 ses->pdcp.hfn_threshold, in dpaa_sec_prep_pdcp_cdb()
2976 session->pdcp.hfn_threshold = pdcp_xform->hfn_threshold; in dpaa_sec_set_pdcp_session()
H A Ddpaa_sec.h117 uint32_t hfn_threshold; /*!< HFN Threashold for key renegotiation */ member
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_priv.h158 uint32_t hfn_threshold; /*!< HFN Threashold for key renegotiation */ member
H A Ddpaa2_sec_dpseci.c3154 session->pdcp.hfn_threshold = pdcp_xform->hfn_threshold; in dpaa2_sec_set_pdcp_session()
3250 pdcp_xform->hfn_threshold, in dpaa2_sec_set_pdcp_session()
3260 pdcp_xform->hfn_threshold, in dpaa2_sec_set_pdcp_session()
3272 pdcp_xform->hfn_threshold, in dpaa2_sec_set_pdcp_session()
3281 pdcp_xform->hfn_threshold, in dpaa2_sec_set_pdcp_session()
3291 pdcp_xform->hfn_threshold, in dpaa2_sec_set_pdcp_session()
3300 pdcp_xform->hfn_threshold, in dpaa2_sec_set_pdcp_session()
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c613 .hfn_threshold = 0x70C0A, in cperf_create_session()