Searched refs:virtio_crypto_akcipher_request (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c37 struct virtio_crypto_akcipher_request { struct
56 struct virtio_crypto_akcipher_request *vc_akcipher_req,
70 struct virtio_crypto_akcipher_request *vc_akcipher_req =
71 container_of(vc_req, struct virtio_crypto_akcipher_request, base);
220 static int __virtio_crypto_akcipher_do_req(struct virtio_crypto_akcipher_request *vc_akcipher_req,
290 struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req);
330 struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req);
481 sizeof(struct virtio_crypto_akcipher_request));

Completed in 134 milliseconds