Lines Matching refs:akcipher_req
40 struct akcipher_request *akcipher_req; member
72 struct akcipher_request *akcipher_req; in virtio_crypto_dataq_akcipher_callback() local
96 akcipher_req = vc_akcipher_req->akcipher_req; in virtio_crypto_dataq_akcipher_callback()
99 akcipher_req->dst_len = len - sizeof(vc_req->status); in virtio_crypto_dataq_akcipher_callback()
100 sg_copy_from_buffer(akcipher_req->dst, sg_nents(akcipher_req->dst), in virtio_crypto_dataq_akcipher_callback()
101 vc_akcipher_req->dst_buf, akcipher_req->dst_len); in virtio_crypto_dataq_akcipher_callback()
103 virtio_crypto_akcipher_finalize_req(vc_akcipher_req, akcipher_req, error); in virtio_crypto_dataq_akcipher_callback()
296 struct virtio_crypto_akcipher_data_req *akcipher_req; in virtio_crypto_rsa_do_req() local
312 akcipher_req = &vc_req->req_data->u.akcipher_req; in virtio_crypto_rsa_do_req()
313 akcipher_req->para.src_data_len = cpu_to_le32(req->src_len); in virtio_crypto_rsa_do_req()
314 akcipher_req->para.dst_data_len = cpu_to_le32(req->dst_len); in virtio_crypto_rsa_do_req()
339 vc_akcipher_req->akcipher_req = req; in virtio_crypto_rsa_req()