Searched refs:ccp (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/Bindings/crypto/ |
| H A D | amd-ccp.txt | 1 * AMD Cryptographic Coprocessor driver (ccp) 4 - compatible: Should be "amd,ccp-seattle-v1a" 12 ccp@e0100000 { 13 compatible = "amd,ccp-seattle-v1a";
|
| /f-stack/dpdk/drivers/crypto/ccp/ |
| H A D | ccp_dev.c | 281 struct ccp_device *ccp; in ccp_lsb_alloc() local 296 ccp = cmd_q->dev; in ccp_lsb_alloc() 298 rte_spinlock_lock(&ccp->lsb_lock); in ccp_lsb_alloc() 305 rte_spinlock_unlock(&ccp->lsb_lock); in ccp_lsb_alloc() 310 rte_spinlock_unlock(&ccp->lsb_lock); in ccp_lsb_alloc() 330 struct ccp_device *ccp = cmd_q->dev; in ccp_lsb_free() local 332 rte_spinlock_lock(&ccp->lsb_lock); in ccp_lsb_free() 334 rte_spinlock_unlock(&ccp->lsb_lock); in ccp_lsb_free() 438 rte_spinlock_init(&ccp->lsb_lock); in ccp_assign_lsbs() 442 lsb_pub |= ccp->cmd_q[i].lsbmask; in ccp_assign_lsbs() [all …]
|
| /f-stack/dpdk/doc/guides/cryptodevs/features/ |
| H A D | ccp.ini | 2 ; 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.
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_headers_filter_module.c | 333 ngx_table_elt_t *e, *cc, **ccp; in ngx_http_set_expires() local 374 ccp = r->headers_out.cache_control.elts; in ngx_http_set_expires() 376 if (ccp == NULL) { in ngx_http_set_expires() 393 ccp = ngx_array_push(&r->headers_out.cache_control); in ngx_http_set_expires() 394 if (ccp == NULL) { in ngx_http_set_expires() 398 *ccp = cc; in ngx_http_set_expires() 402 ccp[i]->hash = 0; in ngx_http_set_expires() 405 cc = ccp[0]; in ngx_http_set_expires()
|
| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp.c | 642 DRIVER_MODULE(ccp, pci, ccp_driver, ccp_devclass, NULL, NULL); 643 MODULE_VERSION(ccp, 1); 644 MODULE_DEPEND(ccp, crypto, 1, 1, 1); 645 MODULE_DEPEND(ccp, random_device, 1, 1, 1); 647 MODULE_PNP_INFO("W32:vendor/device", pci, ccp, ccp_ids, 761 DB_SHOW_COMMAND(ccp, db_show_ccp) in DB_SHOW_COMMAND() argument
|
| H A D | ccp_hardware.c | 83 SYSCTL_NODE(_hw, OID_AUTO, ccp, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | ccp.rst | 7 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 D | index.rst | 18 ccp
|
| /f-stack/dpdk/drivers/crypto/ |
| H A D | meson.build | 13 'ccp',
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/amd/ |
| H A D | amd-seattle-soc.dtsi | 198 ccp0: ccp@e0100000 { 200 compatible = "amd,ccp-seattle-v1a";
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_18_05.rst | 231 Added the new ``ccp`` crypto driver for AMD CCP devices. See the 232 :doc:`../cryptodevs/ccp` crypto driver guide for more details on
|
| /f-stack/dpdk/ |
| H A D | MAINTAINERS | 976 F: drivers/crypto/ccp/ 977 F: doc/guides/cryptodevs/ccp.rst 978 F: doc/guides/cryptodevs/features/ccp.ini
|