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

/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c56 struct virtio_crypto_akcipher_request *vc_akcipher_req,
59 kfree(vc_akcipher_req->src_buf);
60 kfree(vc_akcipher_req->dst_buf);
61 vc_akcipher_req->src_buf = NULL;
62 vc_akcipher_req->dst_buf = NULL;
63 virtcrypto_clear_request(&vc_akcipher_req->base);
65 crypto_finalize_akcipher_request(vc_akcipher_req->base.dataq->engine, req, err);
70 struct virtio_crypto_akcipher_request *vc_akcipher_req = local
96 akcipher_req = vc_akcipher_req->akcipher_req;
97 if (vc_akcipher_req
55 virtio_crypto_akcipher_finalize_req( struct virtio_crypto_akcipher_request *vc_akcipher_req, struct akcipher_request *req, int err) argument
220 __virtio_crypto_akcipher_do_req(struct virtio_crypto_akcipher_request *vc_akcipher_req, struct akcipher_request *req, struct data_queue *data_vq) argument
290 struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req); local
330 struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req); local
[all...]

Completed in 347 milliseconds