Home
last modified time | relevance | path

Searched refs:VIRTIO_CRYPTO_AKCIPHER_ENCRYPT (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h328 #define VIRTIO_CRYPTO_AKCIPHER_ENCRYPT \ macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_crypto.h328 #define VIRTIO_CRYPTO_AKCIPHER_ENCRYPT \ macro
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c494 case VIRTIO_CRYPTO_AKCIPHER_ENCRYPT: in cryptodev_builtin_asym_operation()
H A Dcryptodev-lkcf.c356 case VIRTIO_CRYPTO_AKCIPHER_ENCRYPT: in cryptodev_lkcf_execute_task()
H A Dcryptodev.c200 case VIRTIO_CRYPTO_AKCIPHER_ENCRYPT: in cryptodev_backend_account()
/openbmc/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c347 return virtio_crypto_rsa_req(req, VIRTIO_CRYPTO_AKCIPHER_ENCRYPT); in virtio_crypto_rsa_encrypt()
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c893 case VIRTIO_CRYPTO_AKCIPHER_ENCRYPT: in virtio_crypto_handle_request()