Searched refs:vc_akcipher_req (Results 1 – 1 of 1) sorted by relevance
56 struct virtio_crypto_akcipher_request *vc_akcipher_req, in virtio_crypto_akcipher_finalize_req() argument59 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() local96 akcipher_req = vc_akcipher_req->akcipher_req; in virtio_crypto_dataq_akcipher_callback()97 if (vc_akcipher_req->opcode != VIRTIO_CRYPTO_AKCIPHER_VERIFY) { in virtio_crypto_dataq_akcipher_callback()[all …]