Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c226 struct scatterlist *sgs[4], outhdr_sg, inhdr_sg, srcdata_sg, dstdata_sg; in __virtio_crypto_akcipher_do_req() local
247 sg_init_one(&srcdata_sg, src_buf, src_len); in __virtio_crypto_akcipher_do_req()
248 sgs[num_out++] = &srcdata_sg; in __virtio_crypto_akcipher_do_req()
251 sg_init_one(&srcdata_sg, src_buf, src_len); in __virtio_crypto_akcipher_do_req()
252 sgs[num_out++] = &srcdata_sg; in __virtio_crypto_akcipher_do_req()