/openbmc/qemu/backends/ |
H 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'))
|
H 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()
|
/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/ |
H A D | cryptodev-linux_1.14.bb | 1 require cryptodev.inc 7 # Just install cryptodev.h which is the only header file needed to be exported 9 install -D ${S}/crypto/cryptodev.h ${D}${includedir}/crypto/cryptodev.h
|
H A D | cryptodev.inc | 1 HOMEPAGE = "http://cryptodev-linux.org/" 6 API is compatible with OpenBSD's cryptodev userspace API (/dev/crypto)." 11 SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protocol=https \
|
H A D | cryptodev-module_1.14.bb | 1 require cryptodev.inc 8 DEPENDS += "cryptodev-linux"
|
H A D | cryptodev-tests_1.14.bb | 1 require cryptodev.inc
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-crypto.c | 192 return cryptodev_backend_create_session(vcrypto->cryptodev, &sreq->info, in virtio_crypto_create_sym_session() 247 return cryptodev_backend_create_session(vcrypto->cryptodev, &sreq->info, in virtio_crypto_create_asym_session() 263 vcrypto->cryptodev, session_id, queue_id, sreq->cb, sreq); in virtio_crypto_handle_close_session() 909 ret = cryptodev_backend_crypto_operation(vcrypto->cryptodev, in virtio_crypto_handle_request() 1000 if (!cryptodev_backend_is_ready(vcrypto->cryptodev)) { in virtio_crypto_reset() 1035 vcrypto->conf.cryptodev->conf.crypto_services); in virtio_crypto_init_config() 1037 vcrypto->conf.cryptodev->conf.cipher_algo_l; in virtio_crypto_init_config() 1039 vcrypto->conf.cryptodev->conf.cipher_algo_h; in virtio_crypto_init_config() 1040 vcrypto->conf.hash_algo = vcrypto->conf.cryptodev->conf.hash_algo; in virtio_crypto_init_config() 1041 vcrypto->conf.mac_algo_l = vcrypto->conf.cryptodev->conf.mac_algo_l; in virtio_crypto_init_config() [all …]
|
H A D | virtio-crypto-pci.c | 52 if (vcrypto->vdev.conf.cryptodev == NULL) { in virtio_crypto_pci_realize()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-crypto.h | 41 CryptoDevBackend *cryptodev; member 90 CryptoDevBackend *cryptodev; member
|
/openbmc/qemu/qapi/ |
H A D | cryptodev.json | 95 # @query-cryptodev: 103 { 'command': 'query-cryptodev', 'returns': ['QCryptodevInfo']}
|
H 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' ] }
|
H 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 …]
|
H A D | qapi-schema.json | 82 { 'include': 'cryptodev.json' }
|
H A D | meson.build | 63 'cryptodev',
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/ |
H A D | openssl_3.4.0.bb | 31 PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux,,cryptod…
|
/openbmc/qemu/tests/functional/ |
H A D | test_s390x_ccw_virtio.py | 264 cryptodev='cbe0', devno='fe.0.2342')
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | COMPONENTS.md | 79 …~ .*/qemu((/include)?/crypto/.*|/hw/.*/.*crypto.*|(/include/sysemu|/backends)/cryptodev.*|/host/in…
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.21.rst | 40 - cryptodev-module: Fix build for linux 5.10.220
|
H A D | release-notes-5.1.rst | 514 - ``cryptodev-linux`` 1.13+gitX -> 1.14 515 - ``cryptodev-module`` 1.13+gitX -> 1.14 516 - ``cryptodev-tests`` 1.13+gitX -> 1.14
|
H A D | release-notes-5.0.5.rst | 33 - cryptodev: upgrade to 1.14
|
H A D | migration-1.6.rst | 352 ``cryptodev-linux``.
|
/openbmc/qemu/ |
H A D | hmp-commands-info.hx | 970 .name = "cryptodev", 979 ``info cryptodev``
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | distro_alias.inc | 50 DISTRO_PN_ALIAS:pn-cryptodev-linux = "OE-Core" 51 DISTRO_PN_ALIAS:pn-cryptodev-module = "OE-Core" 52 DISTRO_PN_ALIAS:pn-cryptodev-tests = "OE-Core"
|
/openbmc/qemu/crypto/ |
H A D | akcipher-nettle.c.inc | 29 #include "sysemu/cryptodev.h"
|
H A D | akcipher-gcrypt.c.inc | 29 #include "sysemu/cryptodev.h"
|