Home
last modified time | relevance | path

Searched refs:xforms (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev_trace.h109 struct rte_cryptodev_sym_session *sess, void *xforms,
116 rte_trace_point_emit_ptr(xforms);
123 struct rte_cryptodev_asym_session *sess, void *xforms,
127 rte_trace_point_emit_ptr(xforms);
H A Drte_cryptodev.c1314 struct rte_crypto_sym_xform *xforms, in rte_cryptodev_sym_session_init() argument
1330 if (sess == NULL || xforms == NULL || dev == NULL || mp == NULL) in rte_cryptodev_sym_session_init()
1343 ret = dev->dev_ops->sym_session_configure(dev, xforms, in rte_cryptodev_sym_session_init()
1353 rte_cryptodev_trace_sym_session_init(dev_id, sess, xforms, mp); in rte_cryptodev_sym_session_init()
1361 struct rte_crypto_asym_xform *xforms, in rte_cryptodev_asym_session_init() argument
1375 if (sess == NULL || xforms == NULL || dev == NULL) in rte_cryptodev_asym_session_init()
1385 xforms, in rte_cryptodev_asym_session_init()
1395 rte_cryptodev_trace_asym_session_init(dev_id, sess, xforms, mp); in rte_cryptodev_asym_session_init()
H A Drte_cryptodev.h1129 struct rte_crypto_sym_xform *xforms,
1151 struct rte_crypto_asym_xform *xforms,
/f-stack/freebsd/netipsec/
H A Dsubr_ipsec.c167 static LIST_HEAD(xforms_list, xformsw) xforms = LIST_HEAD_INITIALIZER();
180 LIST_FOREACH(entry, &xforms, chain) { in xform_attach()
188 LIST_INSERT_HEAD(&xforms, xsp, chain); in xform_attach()
221 LIST_FOREACH(entry, &xforms, chain) { in xform_init()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.c106 .crypto_xform = sa->xforms, in create_lookaside_session()
147 ips->crypto.ses, sa->xforms, in create_lookaside_session()
180 .crypto_xform = sa->xforms, in create_inline_session()
H A Dipsec.h135 struct rte_crypto_sym_xform *xforms; member
H A Dsa.c1146 sa->xforms = &sa_ctx->xf[idx].a; in sa_add_rules()
1210 sa->xforms = &sa_ctx->xf[idx].a; in sa_add_rules()
1310 prm->crypto_xform = ss->xforms; in fill_ipsec_sa_prm()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_crypto.c275 transform_chain_param(struct rte_crypto_sym_xform *xforms, in transform_chain_param() argument
283 xform_auth = xforms; in transform_chain_param()
284 xform_cipher = xforms->next; in transform_chain_param()
289 xform_cipher = xforms; in transform_chain_param()
290 xform_auth = xforms->next; in transform_chain_param()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst1040 Not all asymmetric crypto xforms are supported for chaining. Currently supported
1043 asymmetric crypto xforms.
H A Dcompressdev.rst282 or decompress xforms during ``rte_compressdev_stream_create()``
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_08.rst285 * cryptodev: the ``uint8_t *data`` member of the ``key`` structure in the xforms