Home
last modified time | relevance | path

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

/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c103 struct scatterlist outhdr_sg, key_sg, inhdr_sg, *sgs[3]; in virtio_crypto_alg_akcipher_init_session() local
128 sg_init_one(&outhdr_sg, ctrl, sizeof(*ctrl)); in virtio_crypto_alg_akcipher_init_session()
129 sgs[num_out++] = &outhdr_sg; in virtio_crypto_alg_akcipher_init_session()
161 struct scatterlist outhdr_sg, inhdr_sg, *sgs[2]; in virtio_crypto_alg_akcipher_close_session() local
186 sg_init_one(&outhdr_sg, ctrl, sizeof(*ctrl)); in virtio_crypto_alg_akcipher_close_session()
187 sgs[num_out++] = &outhdr_sg; in virtio_crypto_alg_akcipher_close_session()
221 struct scatterlist *sgs[4], outhdr_sg, inhdr_sg, srcdata_sg, dstdata_sg; in __virtio_crypto_akcipher_do_req() local
229 sg_init_one(&outhdr_sg, req_data, sizeof(*req_data)); in __virtio_crypto_akcipher_do_req()
230 sgs[num_out++] = &outhdr_sg; in __virtio_crypto_akcipher_do_req()