Searched refs:status_sg (Results 1 – 1 of 1) sorted by relevance
194 struct scatterlist outhdr, status_sg, *sgs[2]; in virtio_crypto_alg_skcipher_close_session() local226 sg_init_one(&status_sg, &ctrl_status->status, sizeof(ctrl_status->status)); in virtio_crypto_alg_skcipher_close_session()227 sgs[num_out + num_in++] = &status_sg; in virtio_crypto_alg_skcipher_close_session()334 struct scatterlist outhdr, iv_sg, status_sg, **sgs; in __virtio_crypto_skcipher_do_req() local441 sg_init_one(&status_sg, &vc_req->status, sizeof(vc_req->status)); in __virtio_crypto_skcipher_do_req()442 sgs[num_out + num_in++] = &status_sg; in __virtio_crypto_skcipher_do_req()