Home
last modified time | relevance | path

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

/openbmc/qemu/backends/
H A Dmeson.build2 '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 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.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-linux_1.14.bb1 require cryptodev.inc
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.c51 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.json97 # @query-cryptodev:
103 { 'command': 'query-cryptodev', 'returns': ['QCryptodevInfo']}
/openbmc/qemu/tests/functional/
H A Dtest_s390x_ccw_virtio.py
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/
H A Dopenssl_3.5.0.bb30 PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux,,cryptod…
/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.0.5.rst33 - cryptodev: upgrade to 1.14
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 Dmigration-1.6.rst352 ``cryptodev-linux``.
H A Drelease-notes-4.3.rst409 - cryptodev: update to 1.13 + latest git
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddistro_alias.inc51 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 Dmaintainers.inc137 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 Dakcipher-nettle.c.inc29 #include "system/cryptodev.h"
H A Dakcipher-gcrypt.c.inc29 #include "system/cryptodev.h"
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]