Searched refs:xforms (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_cryptodev_trace.h | 109 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 D | rte_cryptodev.c | 1314 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 D | rte_cryptodev.h | 1129 struct rte_crypto_sym_xform *xforms, 1151 struct rte_crypto_asym_xform *xforms,
|
| /f-stack/freebsd/netipsec/ |
| H A D | subr_ipsec.c | 167 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 D | ipsec.c | 106 .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 D | ipsec.h | 135 struct rte_crypto_sym_xform *xforms; member
|
| H A D | sa.c | 1146 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 D | vhost_crypto.c | 275 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 D | cryptodev_lib.rst | 1040 Not all asymmetric crypto xforms are supported for chaining. Currently supported 1043 asymmetric crypto xforms.
|
| H A D | compressdev.rst | 282 or decompress xforms during ``rte_compressdev_stream_create()``
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_19_08.rst | 285 * cryptodev: the ``uint8_t *data`` member of the ``key`` structure in the xforms
|