Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-crypto.h65 typedef struct VirtIOCryptoReq { struct
76 } VirtIOCryptoReq; argument
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c456 VirtIOCryptoReq *req) in virtio_crypto_init_request()
468 static void virtio_crypto_free_request(VirtIOCryptoReq *req) in virtio_crypto_free_request()
505 VirtIOCryptoReq *req, in virtio_crypto_sym_input_data_helper()
540 VirtIOCryptoReq *req, int32_t status, in virtio_crypto_akcipher_input_data_helper()
569 VirtIOCryptoReq *req = (VirtIOCryptoReq *)opaque; in virtio_crypto_req_complete()
587 static VirtIOCryptoReq *
590 VirtIOCryptoReq *req = virtqueue_pop(vq, sizeof(VirtIOCryptoReq)); in virtio_crypto_get_request()
819 virtio_crypto_handle_request(VirtIOCryptoReq *request) in virtio_crypto_handle_request()
933 VirtIOCryptoReq *req; in virtio_crypto_handle_dataq()