Home
last modified time | relevance | path

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

/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.c8364 uint32_t hfn, uint32_t hfn_threshold, uint8_t sdap) in test_pdcp_proto() argument
8444 .hfn_threshold = hfn_threshold, in test_pdcp_proto()
8717 .hfn_threshold = pdcp_test_hfn_threshold[i], in test_pdcp_proto_SGL()
9026 cur_test->hfn_threshold, SDAP_ENABLED); in test_PDCP_SDAP_PROTO_encap_all()
9112 cur_test->hfn_threshold, SDAP_ENABLED); in test_PDCP_SDAP_PROTO_decap_all()
/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dsdap.h846 uint32_t hfn_threshold, in cnstr_shdsc_pdcp_sdap_u_plane() argument
948 hfn_threshold, cipherdata, authdata); in cnstr_shdsc_pdcp_sdap_u_plane()
1021 uint32_t hfn_threshold, in cnstr_shdsc_pdcp_sdap_u_plane_encap() argument
1026 hfn, bearer, direction, hfn_threshold, cipherdata, in cnstr_shdsc_pdcp_sdap_u_plane_encap()
1062 uint32_t hfn_threshold, in cnstr_shdsc_pdcp_sdap_u_plane_decap() argument
1067 bearer, direction, hfn_threshold, cipherdata, authdata, in cnstr_shdsc_pdcp_sdap_u_plane_decap()
H A Dpdcp.h2108 uint32_t hfn_threshold) in cnstr_pdcp_c_plane_pdb() argument
2142 hfn_threshold << PDCP_C_PLANE_PDB_HFN_THR_SHIFT; in cnstr_pdcp_c_plane_pdb()
2162 uint32_t hfn_threshold, in cnstr_pdcp_u_plane_pdb() argument
2304 uint32_t hfn_threshold, in cnstr_shdsc_pdcp_c_plane_encap() argument
2388 hfn_threshold); in cnstr_shdsc_pdcp_c_plane_encap()
2444 uint32_t hfn_threshold, in cnstr_shdsc_pdcp_c_plane_decap() argument
2528 hfn_threshold); in cnstr_shdsc_pdcp_c_plane_decap()
2634 uint32_t hfn_threshold, in cnstr_shdsc_pdcp_u_plane_encap() argument
2682 bearer, direction, hfn_threshold, in cnstr_shdsc_pdcp_u_plane_encap()
2819 uint32_t hfn_threshold, in cnstr_shdsc_pdcp_u_plane_decap() argument
[all …]
/dpdk/lib/security/
H A Drte_security.h421 uint32_t hfn_threshold; member
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c307 ses->pdcp.hfn_threshold, in dpaa_sec_prep_pdcp_cdb()
316 ses->pdcp.hfn_threshold, in dpaa_sec_prep_pdcp_cdb()
331 ses->pdcp.hfn_threshold, in dpaa_sec_prep_pdcp_cdb()
341 ses->pdcp.hfn_threshold, in dpaa_sec_prep_pdcp_cdb()
352 ses->pdcp.hfn_threshold, in dpaa_sec_prep_pdcp_cdb()
362 ses->pdcp.hfn_threshold, in dpaa_sec_prep_pdcp_cdb()
724 sess->pdcp.hfn_threshold); in dpaa_sec_dump()
3244 session->pdcp.hfn_threshold = pdcp_xform->hfn_threshold; in dpaa_sec_set_pdcp_session()
H A Ddpaa_sec.h125 uint32_t hfn_threshold; /*!< HFN Threashold for key renegotiation */ member
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c1718 sess->pdcp.hfn_threshold); in dpaa2_sec_dump()
3485 session->pdcp.hfn_threshold = pdcp_xform->hfn_threshold; in dpaa2_sec_set_pdcp_session()
3598 pdcp_xform->hfn_threshold, in dpaa2_sec_set_pdcp_session()
3607 pdcp_xform->hfn_threshold, in dpaa2_sec_set_pdcp_session()
3622 pdcp_xform->hfn_threshold, in dpaa2_sec_set_pdcp_session()
3631 pdcp_xform->hfn_threshold, in dpaa2_sec_set_pdcp_session()
3641 pdcp_xform->hfn_threshold, in dpaa2_sec_set_pdcp_session()
3650 pdcp_xform->hfn_threshold, in dpaa2_sec_set_pdcp_session()
H A Ddpaa2_sec_priv.h169 uint32_t hfn_threshold; /*!< HFN Threashold for key renegotiation */ member
/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c863 .hfn_threshold = 0x70C0A, in cperf_create_session()