Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c567 static void virtio_crypto_req_complete(void *opaque, int ret) in virtio_crypto_req_complete() function
881 op_info->cb = virtio_crypto_req_complete; in virtio_crypto_handle_request()
907 virtio_crypto_req_complete(request, -VIRTIO_CRYPTO_NOTSUPP); in virtio_crypto_handle_request()
912 virtio_crypto_req_complete(request, ret); in virtio_crypto_handle_request()
924 virtio_crypto_req_complete(request, -VIRTIO_CRYPTO_NOTSUPP); in virtio_crypto_handle_request()