Home
last modified time | relevance | path

Searched refs:crypto_xform (Results 1 – 18 of 18) sorted by relevance

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_sec.c289 cipher_xform = crypto_xform; in crypto_sec_ipsec_outb_session_create()
290 auth_xform = crypto_xform->next; in crypto_sec_ipsec_outb_session_create()
296 cipher_key = crypto_xform->aead.key.data; in crypto_sec_ipsec_outb_session_create()
330 set_session_misc_attributes(lp, crypto_xform, in crypto_sec_ipsec_outb_session_create()
371 auth_xform = crypto_xform; in crypto_sec_ipsec_inb_session_create()
372 cipher_xform = crypto_xform->next; in crypto_sec_ipsec_inb_session_create()
380 cipher_key = crypto_xform->aead.key.data; in crypto_sec_ipsec_inb_session_create()
414 set_session_misc_attributes(lp, crypto_xform, in crypto_sec_ipsec_inb_session_create()
440 crypto_xform, sess); in crypto_sec_ipsec_session_create()
443 crypto_xform, sess); in crypto_sec_ipsec_session_create()
[all …]
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_sec.c405 cipher_xform = crypto_xform; in eth_sec_ipsec_out_sess_create()
406 auth_xform = crypto_xform->next; in eth_sec_ipsec_out_sess_create()
413 cipher_key = crypto_xform->aead.key.data; in eth_sec_ipsec_out_sess_create()
414 cipher_key_len = crypto_xform->aead.key.length; in eth_sec_ipsec_out_sess_create()
496 auth_xform = crypto_xform; in eth_sec_ipsec_in_sess_create()
497 cipher_xform = crypto_xform->next; in eth_sec_ipsec_in_sess_create()
506 cipher_key = crypto_xform->aead.key.data; in eth_sec_ipsec_in_sess_create()
572 struct rte_crypto_sym_xform *crypto_xform, in eth_sec_ipsec_sess_create() argument
583 crypto_xform, sess); in eth_sec_ipsec_sess_create()
586 crypto_xform, sess); in eth_sec_ipsec_sess_create()
[all …]
/f-stack/dpdk/lib/librte_ipsec/
H A Dsa.c22 struct crypto_xform { struct
32 fill_crypto_xform(struct crypto_xform *xform, uint64_t type, in fill_crypto_xform()
39 xf = prm->crypto_xform; in fill_crypto_xform()
355 const struct crypto_xform *cxf) in esp_sa_init()
488 struct crypto_xform cxf; in rte_ipsec_sa_init()
H A Drte_ipsec_sa.h37 struct rte_crypto_sym_xform *crypto_xform; member
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ipsec.c385 if (conf->crypto_xform->type != RTE_CRYPTO_SYM_XFORM_AEAD || in ixgbe_crypto_create_session()
386 conf->crypto_xform->aead.algo != in ixgbe_crypto_create_session()
392 aead_xform = &conf->crypto_xform->aead; in ixgbe_crypto_create_session()
/f-stack/dpdk/lib/librte_security/
H A Drte_security.h379 struct rte_crypto_sym_xform *crypto_xform; member
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c2715 if (conf->crypto_xform->type == RTE_CRYPTO_SYM_XFORM_CIPHER) { in dpaa_sec_set_ipsec_session()
2716 cipher_xform = &conf->crypto_xform->cipher; in dpaa_sec_set_ipsec_session()
2717 if (conf->crypto_xform->next) in dpaa_sec_set_ipsec_session()
2718 auth_xform = &conf->crypto_xform->next->auth; in dpaa_sec_set_ipsec_session()
2721 } else if (conf->crypto_xform->type == RTE_CRYPTO_SYM_XFORM_AUTH) { in dpaa_sec_set_ipsec_session()
2722 auth_xform = &conf->crypto_xform->auth; in dpaa_sec_set_ipsec_session()
2723 if (conf->crypto_xform->next) in dpaa_sec_set_ipsec_session()
2724 cipher_xform = &conf->crypto_xform->next->cipher; in dpaa_sec_set_ipsec_session()
2727 } else if (conf->crypto_xform->type == RTE_CRYPTO_SYM_XFORM_AEAD) { in dpaa_sec_set_ipsec_session()
2728 aead_xform = &conf->crypto_xform->aead; in dpaa_sec_set_ipsec_session()
[all …]
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c2857 if (conf->crypto_xform->type == RTE_CRYPTO_SYM_XFORM_CIPHER) { in dpaa2_sec_set_ipsec_session()
2858 cipher_xform = &conf->crypto_xform->cipher; in dpaa2_sec_set_ipsec_session()
2859 if (conf->crypto_xform->next) in dpaa2_sec_set_ipsec_session()
2860 auth_xform = &conf->crypto_xform->next->auth; in dpaa2_sec_set_ipsec_session()
2863 } else if (conf->crypto_xform->type == RTE_CRYPTO_SYM_XFORM_AUTH) { in dpaa2_sec_set_ipsec_session()
2864 auth_xform = &conf->crypto_xform->auth; in dpaa2_sec_set_ipsec_session()
2865 if (conf->crypto_xform->next) in dpaa2_sec_set_ipsec_session()
2866 cipher_xform = &conf->crypto_xform->next->cipher; in dpaa2_sec_set_ipsec_session()
2869 } else if (conf->crypto_xform->type == RTE_CRYPTO_SYM_XFORM_AEAD) { in dpaa2_sec_set_ipsec_session()
2870 aead_xform = &conf->crypto_xform->aead; in dpaa2_sec_set_ipsec_session()
[all …]
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.c106 .crypto_xform = sa->xforms, in create_lookaside_session()
180 .crypto_xform = sa->xforms, in create_inline_session()
H A Dsa.c1310 prm->crypto_xform = ss->xforms; in fill_ipsec_sa_prm()
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c616 .crypto_xform = &cipher_xform in cperf_create_session()
660 .crypto_xform = &cipher_xform in cperf_create_session()
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c1760 cipher_xform = &conf->crypto_xform->cipher; in caam_jr_set_ipsec_session()
1761 auth_xform = &conf->crypto_xform->next->auth; in caam_jr_set_ipsec_session()
1763 auth_xform = &conf->crypto_xform->auth; in caam_jr_set_ipsec_session()
1764 cipher_xform = &conf->crypto_xform->next->cipher; in caam_jr_set_ipsec_session()
/f-stack/dpdk/app/test/
H A Dtest_ipsec_perf.c209 prm->crypto_xform = sa->crypto_xforms; in fill_ipsec_param()
H A Dtest_ipsec.c717 prm->crypto_xform = ut_params->crypto_xforms; in fill_ipsec_param()
H A Dtest_cryptodev.c7843 .crypto_xform = &ut_params->cipher_xform in test_pdcp_proto()
8104 .crypto_xform = &ut_params->cipher_xform in test_pdcp_proto_SGL()
8571 .crypto_xform = &ut_params->cipher_xform, in test_docsis_proto_uplink()
8747 .crypto_xform = &ut_params->cipher_xform, in test_docsis_proto_downlink()
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd.c860 struct rte_crypto_sym_xform *crypto_sym = conf->crypto_xform; in check_docsis_sec_session()
950 cipher_xform = conf->crypto_xform; in aesni_mb_set_docsis_sec_session_parameters()
954 cipher_xform = conf->crypto_xform; in aesni_mb_set_docsis_sec_session_parameters()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c2116 struct rte_crypto_sym_xform *crypto_sym = conf->crypto_xform; in qat_sec_session_check_docsis()
2174 xform = conf->crypto_xform; in qat_sec_session_set_docsis_parameters()
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_security.rst600 struct rte_crypto_sym_xform *crypto_xform;