Home
last modified time | relevance | path

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

/drivers/crypto/virtio/
A Dvirtio_crypto_akcipher_algs.c53 struct virtio_crypto_akcipher_request *vc_akcipher_req, in virtio_crypto_akcipher_finalize_req() argument
56 kfree(vc_akcipher_req->src_buf); in virtio_crypto_akcipher_finalize_req()
57 kfree(vc_akcipher_req->dst_buf); in virtio_crypto_akcipher_finalize_req()
58 vc_akcipher_req->src_buf = NULL; in virtio_crypto_akcipher_finalize_req()
59 vc_akcipher_req->dst_buf = NULL; in virtio_crypto_akcipher_finalize_req()
60 virtcrypto_clear_request(&vc_akcipher_req->base); in virtio_crypto_akcipher_finalize_req()
67 struct virtio_crypto_akcipher_request *vc_akcipher_req = in virtio_crypto_dataq_akcipher_callback() local
93 vc_akcipher_req->dst_buf, akcipher_req->dst_len); in virtio_crypto_dataq_akcipher_callback()
247 vc_akcipher_req->src_buf = src_buf; in __virtio_crypto_akcipher_do_req()
248 vc_akcipher_req->dst_buf = dst_buf; in __virtio_crypto_akcipher_do_req()
[all …]

Completed in 9 milliseconds