Home
last modified time | relevance | path

Searched refs:cryptodev (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/qemu/backends/
H A Dmeson.build2 '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 Dcryptodev-vhost.c179 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 Dcryptodev-linux_1.14.bb1 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 Dcryptodev.inc1 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 Dcryptodev-module_1.14.bb1 require cryptodev.inc
8 DEPENDS += "cryptodev-linux"
H A Dcryptodev-tests_1.14.bb1 require cryptodev.inc
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c192 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 Dvirtio-crypto-pci.c52 if (vcrypto->vdev.conf.cryptodev == NULL) { in virtio_crypto_pci_realize()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-crypto.h41 CryptoDevBackend *cryptodev; member
90 CryptoDevBackend *cryptodev; member
/openbmc/qemu/qapi/
H A Dcryptodev.json95 # @query-cryptodev:
103 { 'command': 'query-cryptodev', 'returns': ['QCryptodevInfo']}
H A Dstats.json62 # @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 Dqom.json279 # 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 Dqapi-schema.json82 { 'include': 'cryptodev.json' }
H A Dmeson.build63 'cryptodev',
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/
H A Dopenssl_3.4.0.bb31 PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux,,cryptod…
/openbmc/qemu/tests/functional/
H A Dtest_s390x_ccw_virtio.py264 cryptodev='cbe0', devno='fe.0.2342')
/openbmc/qemu/scripts/coverity-scan/
H A DCOMPONENTS.md79 …~ .*/qemu((/include)?/crypto/.*|/hw/.*/.*crypto.*|(/include/sysemu|/backends)/cryptodev.*|/host/in…
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.21.rst40 - cryptodev-module: Fix build for linux 5.10.220
H A Drelease-notes-5.1.rst514 - ``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 Drelease-notes-5.0.5.rst33 - cryptodev: upgrade to 1.14
H A Dmigration-1.6.rst352 ``cryptodev-linux``.
/openbmc/qemu/
H A Dhmp-commands-info.hx970 .name = "cryptodev",
979 ``info cryptodev``
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddistro_alias.inc50 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 Dakcipher-nettle.c.inc29 #include "sysemu/cryptodev.h"
H A Dakcipher-gcrypt.c.inc29 #include "sysemu/cryptodev.h"

12