Searched refs:cryptodev (Results 1 – 23 of 23) sorted by relevance
| /openbmc/qemu/backends/ |
| H A D | meson.build | 2 'cryptodev-builtin.c', 3 'cryptodev-hmp-cmds.c', 4 'cryptodev.c', 25 system_ss.add(keyutils, files('cryptodev-lkcf.c')) 30 system_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost.c')) 33 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.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-linux_1.14.bb | 1 require cryptodev.inc
|
| 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 | 51 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 | 97 # @query-cryptodev: 103 { 'command': 'query-cryptodev', 'returns': ['QCryptodevInfo']}
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_s390x_ccw_virtio.py | |
| /openbmc/openbmc/poky/meta/recipes-connectivity/openssl/ |
| H A D | openssl_3.5.0.bb | 30 PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux,,cryptod…
|
| /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.0.5.rst | 33 - cryptodev: upgrade to 1.14
|
| 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 | migration-1.6.rst | 352 ``cryptodev-linux``.
|
| H A D | release-notes-4.3.rst | 409 - cryptodev: update to 1.13 + latest git
|
| /openbmc/openbmc/poky/meta/conf/distro/include/ |
| H A D | distro_alias.inc | 51 DISTRO_PN_ALIAS:pn-cryptodev-linux = "OE-Core" 52 DISTRO_PN_ALIAS:pn-cryptodev-module = "OE-Core" 53 DISTRO_PN_ALIAS:pn-cryptodev-tests = "OE-Core"
|
| H A D | maintainers.inc | 137 RECIPE_MAINTAINER:pn-cryptodev-linux = "Robert Yang <liezhi.yang@windriver.com>" 138 RECIPE_MAINTAINER:pn-cryptodev-module = "Robert Yang <liezhi.yang@windriver.com>" 139 RECIPE_MAINTAINER:pn-cryptodev-tests = "Robert Yang <liezhi.yang@windriver.com>"
|
| /openbmc/qemu/crypto/ |
| H A D | akcipher-nettle.c.inc | 29 #include "system/cryptodev.h"
|
| H A D | akcipher-gcrypt.c.inc | 29 #include "system/cryptodev.h"
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |