Searched refs:vc_akcipher_req (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/virtio/ |
H A D | virtio_crypto_akcipher_algs.c | 56 struct virtio_crypto_akcipher_request *vc_akcipher_req, in virtio_crypto_akcipher_finalize_req() 59 kfree(vc_akcipher_req->src_buf); in virtio_crypto_akcipher_finalize_req() 60 kfree(vc_akcipher_req->dst_buf); in virtio_crypto_akcipher_finalize_req() 61 vc_akcipher_req->src_buf = NULL; in virtio_crypto_akcipher_finalize_req() 62 vc_akcipher_req->dst_buf = NULL; in virtio_crypto_akcipher_finalize_req() 63 virtcrypto_clear_request(&vc_akcipher_req->base); in virtio_crypto_akcipher_finalize_req() 65 crypto_finalize_akcipher_request(vc_akcipher_req->base.dataq->engine, req, err); in virtio_crypto_akcipher_finalize_req() 70 struct virtio_crypto_akcipher_request *vc_akcipher_req = in virtio_crypto_dataq_akcipher_callback() local 96 akcipher_req = vc_akcipher_req->akcipher_req; in virtio_crypto_dataq_akcipher_callback() 97 if (vc_akcipher_req in virtio_crypto_dataq_akcipher_callback() 55 virtio_crypto_akcipher_finalize_req( struct virtio_crypto_akcipher_request *vc_akcipher_req, struct akcipher_request *req, int err) virtio_crypto_akcipher_finalize_req() argument 216 __virtio_crypto_akcipher_do_req(struct virtio_crypto_akcipher_request *vc_akcipher_req, struct akcipher_request *req, struct data_queue *data_vq) __virtio_crypto_akcipher_do_req() argument 286 struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req); virtio_crypto_rsa_do_req() local 326 struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req); virtio_crypto_rsa_req() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/virtio/ |
H A D | virtio_crypto_akcipher_algs.c | 56 struct virtio_crypto_akcipher_request *vc_akcipher_req, in virtio_crypto_akcipher_finalize_req() 59 kfree(vc_akcipher_req->src_buf); in virtio_crypto_akcipher_finalize_req() 60 kfree(vc_akcipher_req->dst_buf); in virtio_crypto_akcipher_finalize_req() 61 vc_akcipher_req->src_buf = NULL; in virtio_crypto_akcipher_finalize_req() 62 vc_akcipher_req->dst_buf = NULL; in virtio_crypto_akcipher_finalize_req() 63 virtcrypto_clear_request(&vc_akcipher_req->base); in virtio_crypto_akcipher_finalize_req() 65 crypto_finalize_akcipher_request(vc_akcipher_req->base.dataq->engine, req, err); in virtio_crypto_akcipher_finalize_req() 70 struct virtio_crypto_akcipher_request *vc_akcipher_req = in virtio_crypto_dataq_akcipher_callback() local 96 akcipher_req = vc_akcipher_req->akcipher_req; in virtio_crypto_dataq_akcipher_callback() 97 if (vc_akcipher_req in virtio_crypto_dataq_akcipher_callback() 55 virtio_crypto_akcipher_finalize_req( struct virtio_crypto_akcipher_request *vc_akcipher_req, struct akcipher_request *req, int err) virtio_crypto_akcipher_finalize_req() argument 220 __virtio_crypto_akcipher_do_req(struct virtio_crypto_akcipher_request *vc_akcipher_req, struct akcipher_request *req, struct data_queue *data_vq) __virtio_crypto_akcipher_do_req() argument 290 struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req); virtio_crypto_rsa_do_req() local 330 struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req); virtio_crypto_rsa_req() local [all...] |
Completed in 2 milliseconds