Searched refs:dstdata_sg (Results 1 – 1 of 1) sorted by relevance
219 struct scatterlist *sgs[4], outhdr_sg, inhdr_sg, srcdata_sg, dstdata_sg; in __virtio_crypto_akcipher_do_req() local244 sg_init_one(&dstdata_sg, dst_buf, req->dst_len); in __virtio_crypto_akcipher_do_req()245 sgs[num_out + num_in++] = &dstdata_sg; in __virtio_crypto_akcipher_do_req()
Completed in 6 milliseconds