Home
last modified time | relevance | path

Searched refs:ccp (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/crypto/ccp/
H A Dccp_dev.c282 struct ccp_device *ccp; in ccp_lsb_alloc() local
297 ccp = cmd_q->dev; in ccp_lsb_alloc()
299 rte_spinlock_lock(&ccp->lsb_lock); in ccp_lsb_alloc()
306 rte_spinlock_unlock(&ccp->lsb_lock); in ccp_lsb_alloc()
311 rte_spinlock_unlock(&ccp->lsb_lock); in ccp_lsb_alloc()
331 struct ccp_device *ccp = cmd_q->dev; in ccp_lsb_free() local
333 rte_spinlock_lock(&ccp->lsb_lock); in ccp_lsb_free()
335 rte_spinlock_unlock(&ccp->lsb_lock); in ccp_lsb_free()
439 rte_spinlock_init(&ccp->lsb_lock); in ccp_assign_lsbs()
443 lsb_pub |= ccp->cmd_q[i].lsbmask; in ccp_assign_lsbs()
[all …]
/dpdk/doc/guides/cryptodevs/features/
H A Dccp.ini2 ; Supported features of the 'ccp' crypto poll mode driver.
13 ; Supported crypto algorithms of the 'ccp' crypto driver.
28 ; Supported authentication algorithms of the 'ccp' crypto driver.
55 ; Supported AEAD algorithms of the 'ccp' crypto driver.
63 ; Supported Asymmetric algorithms of the 'ccp' crypto driver.
68 ; Supported Operating systems of the 'ccp' crypto driver.
/dpdk/doc/guides/cryptodevs/
H A Dccp.rst7 This code provides the initial implementation of the ccp poll mode driver.
59 To compile ccp PMD, openssl packages have to be installed in the build
103 To validate ccp PMD, l2fwd-crypto example can be used with following command:
H A Dindex.rst18 ccp
/dpdk/drivers/crypto/
H A Dmeson.build9 'ccp',
/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst194 Added the new ``ccp`` crypto driver for AMD CCP devices. See the
195 :doc:`../cryptodevs/ccp` crypto driver guide for more details on
/dpdk/
H A DMAINTAINERS1019 F: drivers/crypto/ccp/
1020 F: doc/guides/cryptodevs/ccp.rst
1021 F: doc/guides/cryptodevs/features/ccp.ini