Searched refs:status_sg (Results 1 – 1 of 1) sorted by relevance
199 struct scatterlist outhdr, status_sg, *sgs[2]; in virtio_crypto_alg_skcipher_close_session() local231 sg_init_one(&status_sg, &ctrl_status->status, sizeof(ctrl_status->status)); in virtio_crypto_alg_skcipher_close_session()232 sgs[num_out + num_in++] = &status_sg; in virtio_crypto_alg_skcipher_close_session()339 struct scatterlist outhdr, iv_sg, status_sg, **sgs; in __virtio_crypto_skcipher_do_req() local446 sg_init_one(&status_sg, &vc_req->status, sizeof(vc_req->status)); in __virtio_crypto_skcipher_do_req()447 sgs[num_out + num_in++] = &status_sg; in __virtio_crypto_skcipher_do_req()