Home
last modified time | relevance | path

Searched refs:crypto_ops (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst912 struct rte_crypto_op *crypto_ops[BURST_SIZE];
915 crypto_ops, BURST_SIZE) == 0)
928 crypto_ops[i]->sym->m_src = mbufs[i];
933 struct rte_crypto_op *op = crypto_ops[i];
949 crypto_ops, BURST_SIZE);
1195 struct rte_crypto_op *crypto_ops[1];
1198 crypto_ops, 1) == 0)
1202 struct rte_crypto_asym_op *asym_op = crypto_ops[0]->asym;
1215 crypto_ops, 1);
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dspi.h527 typedef struct crypto_ops { struct
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_crypto.rst378 * If we can't allocate a crypto_ops, then drop
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c3289 static struct rte_cryptodev_ops crypto_ops = { variable
3351 cryptodev->dev_ops = &crypto_ops; in dpaa_sec_dev_init()
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c3787 static struct rte_cryptodev_ops crypto_ops = { variable
3854 cryptodev->dev_ops = &crypto_ops; in dpaa2_sec_dev_init()