Searched refs:cryptodev (Results 1 – 17 of 17) sorted by relevance
| /qemu/backends/ |
| A D | meson.build | 2 'cryptodev-builtin.c', 3 'cryptodev-hmp-cmds.c', 4 'cryptodev.c', 23 system_ss.add(keyutils, files('cryptodev-lkcf.c')) 28 system_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost.c')) 31 system_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost-user.c'))
|
| A D | cryptodev-vhost.c | 179 CryptoDevBackend *b = vcrypto->cryptodev; in cryptodev_vhost_start() 251 CryptoDevBackend *b = vcrypto->cryptodev; in cryptodev_vhost_stop() 276 CryptoDevBackend *b = vcrypto->cryptodev; in cryptodev_vhost_virtqueue_mask() 292 CryptoDevBackend *b = vcrypto->cryptodev; in cryptodev_vhost_virtqueue_pending()
|
| /qemu/hw/virtio/ |
| A D | virtio-crypto.c | 1000 if (!cryptodev_backend_is_ready(vcrypto->cryptodev)) { in virtio_crypto_reset() 1037 vcrypto->conf.cryptodev->conf.cipher_algo_l; in virtio_crypto_init_config() 1058 vcrypto->cryptodev = vcrypto->conf.cryptodev; in virtio_crypto_device_realize() 1059 if (vcrypto->cryptodev == NULL) { in virtio_crypto_device_realize() 1062 } else if (cryptodev_backend_is_used(vcrypto->cryptodev)) { in virtio_crypto_device_realize() 1089 if (!cryptodev_backend_is_ready(vcrypto->cryptodev)) { in virtio_crypto_device_realize() 1096 cryptodev_backend_set_used(vcrypto->cryptodev, true); in virtio_crypto_device_realize() 1117 cryptodev_backend_set_used(vcrypto->cryptodev, false); in virtio_crypto_device_unrealize() 1132 DEFINE_PROP_LINK("cryptodev", VirtIOCrypto, conf.cryptodev, 1174 CryptoDevBackend *b = c->cryptodev; in virtio_crypto_vhost_status() [all …]
|
| A D | virtio-crypto-pci.c | 52 if (vcrypto->vdev.conf.cryptodev == NULL) { in virtio_crypto_pci_realize()
|
| /qemu/include/hw/virtio/ |
| A D | virtio-crypto.h | 41 CryptoDevBackend *cryptodev; member 90 CryptoDevBackend *cryptodev; member
|
| /qemu/qapi/ |
| A D | cryptodev.json | 95 # @query-cryptodev: 103 { 'command': 'query-cryptodev', 'returns': ['QCryptodevInfo']}
|
| A D | stats.json | 62 # @cryptodev: since 8.0 67 'data': [ 'kvm', 'cryptodev' ] } 79 # @cryptodev: statistics that apply to a crypto device (since 8.0) 84 'data': [ 'vm', 'vcpu', 'cryptodev' ] }
|
| A D | qom.json | 279 # Properties for cryptodev-backend and cryptodev-backend-builtin 282 # @queues: the number of queues for the cryptodev backend. Ignored 283 # for cryptodev-backend and must be 1 for 284 # cryptodev-backend-builtin. (default: 1) 300 # Properties for cryptodev-vhost-user objects. 1094 'cryptodev-backend', 1095 'cryptodev-backend-builtin', 1096 'cryptodev-backend-lkcf', 1097 { 'name': 'cryptodev-vhost-user', 1169 'cryptodev-backend': 'CryptodevBackendProperties', [all …]
|
| A D | qapi-schema.json | 82 { 'include': 'cryptodev.json' }
|
| A D | meson.build | 63 'cryptodev',
|
| /qemu/tests/functional/ |
| A D | test_s390x_ccw_virtio.py | 264 cryptodev='cbe0', devno='fe.0.2342')
|
| /qemu/scripts/coverity-scan/ |
| A D | COMPONENTS.md | 79 …~ .*/qemu((/include)?/crypto/.*|/hw/.*/.*crypto.*|(/include/sysemu|/backends)/cryptodev.*|/host/in…
|
| /qemu/ |
| A D | hmp-commands-info.hx | 970 .name = "cryptodev", 979 ``info cryptodev``
|
| A D | qemu-options.hx | 5719 ``-object cryptodev-backend-builtin,id=id[,queues=queues]`` 5720 Creates a cryptodev backend which executes crypto operations from 5722 be used to reference this cryptodev backend from the 5724 which specify the queue number of cryptodev backend, the default 5731 -object cryptodev-backend-builtin,id=cryptodev0 \\ 5732 -device virtio-crypto-pci,id=crypto0,cryptodev=cryptodev0 \\ 5735 ``-object cryptodev-vhost-user,id=id,chardev=chardevid[,queues=queues]`` 5736 Creates a vhost-user cryptodev backend, backed by a chardev 5738 reference this cryptodev backend from the ``virtio-crypto`` 5743 specify the queue number of cryptodev backend for multiqueue [all …]
|
| A D | MAINTAINERS | 3157 F: include/sysemu/cryptodev*.h 3158 F: backends/cryptodev*.c 3159 F: qapi/cryptodev.json
|
| /qemu/crypto/ |
| A D | akcipher-nettle.c.inc | 29 #include "sysemu/cryptodev.h"
|
| A D | akcipher-gcrypt.c.inc | 29 #include "sysemu/cryptodev.h"
|
Completed in 39 milliseconds