Searched refs:outhdr_sg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/virtio/ |
H A D | virtio_crypto_akcipher_algs.c | 107 struct scatterlist outhdr_sg, key_sg, inhdr_sg, *sgs[3]; in virtio_crypto_alg_akcipher_init_session() local 132 sg_init_one(&outhdr_sg, ctrl, sizeof(*ctrl)); in virtio_crypto_alg_akcipher_init_session() 133 sgs[num_out++] = &outhdr_sg; in virtio_crypto_alg_akcipher_init_session() 165 struct scatterlist outhdr_sg, inhdr_sg, *sgs[2]; in virtio_crypto_alg_akcipher_close_session() local 190 sg_init_one(&outhdr_sg, ctrl, sizeof(*ctrl)); in virtio_crypto_alg_akcipher_close_session() 191 sgs[num_out++] = &outhdr_sg; in virtio_crypto_alg_akcipher_close_session() 223 struct scatterlist *sgs[4], outhdr_sg, inhdr_sg, srcdata_sg, dstdata_sg; in __virtio_crypto_akcipher_do_req() local 233 sg_init_one(&outhdr_sg, req_data, sizeof(*req_data)); in __virtio_crypto_akcipher_do_req() 234 sgs[num_out++] = &outhdr_sg; in __virtio_crypto_akcipher_do_req()
|
/kernel/linux/linux-6.6/drivers/crypto/virtio/ |
H A D | virtio_crypto_akcipher_algs.c | 111 struct scatterlist outhdr_sg, key_sg, inhdr_sg, *sgs[3]; in virtio_crypto_alg_akcipher_init_session() local 136 sg_init_one(&outhdr_sg, ctrl, sizeof(*ctrl)); in virtio_crypto_alg_akcipher_init_session() 137 sgs[num_out++] = &outhdr_sg; in virtio_crypto_alg_akcipher_init_session() 169 struct scatterlist outhdr_sg, inhdr_sg, *sgs[2]; in virtio_crypto_alg_akcipher_close_session() local 194 sg_init_one(&outhdr_sg, ctrl, sizeof(*ctrl)); in virtio_crypto_alg_akcipher_close_session() 195 sgs[num_out++] = &outhdr_sg; in virtio_crypto_alg_akcipher_close_session() 227 struct scatterlist *sgs[4], outhdr_sg, inhdr_sg, srcdata_sg, dstdata_sg; in __virtio_crypto_akcipher_do_req() local 237 sg_init_one(&outhdr_sg, req_data, sizeof(*req_data)); in __virtio_crypto_akcipher_do_req() 238 sgs[num_out++] = &outhdr_sg; in __virtio_crypto_akcipher_do_req()
|
Completed in 3 milliseconds