Searched refs:status_sg (Results 1 – 1 of 1) sorted by relevance
196 struct scatterlist outhdr, status_sg, *sgs[2]; in virtio_crypto_alg_skcipher_close_session() local228 sg_init_one(&status_sg, &ctrl_status->status, sizeof(ctrl_status->status)); in virtio_crypto_alg_skcipher_close_session()229 sgs[num_out + num_in++] = &status_sg; in virtio_crypto_alg_skcipher_close_session()336 struct scatterlist outhdr, iv_sg, status_sg, **sgs; in __virtio_crypto_skcipher_do_req() local443 sg_init_one(&status_sg, &vc_req->status, sizeof(vc_req->status)); in __virtio_crypto_skcipher_do_req()444 sgs[num_out + num_in++] = &status_sg; in __virtio_crypto_skcipher_do_req()