Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/virtio/
Dvirtio_crypto_skcipher_algs.c199 struct scatterlist outhdr, status_sg, *sgs[2]; in virtio_crypto_alg_skcipher_close_session() local
231 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()
338 struct scatterlist outhdr, iv_sg, status_sg, **sgs; in __virtio_crypto_skcipher_do_req() local
445 sg_init_one(&status_sg, &vc_req->status, sizeof(vc_req->status)); in __virtio_crypto_skcipher_do_req()
446 sgs[num_out + num_in++] = &status_sg; in __virtio_crypto_skcipher_do_req()