Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dsg_split.c19 struct scatterlist *out_sg; member
82 struct scatterlist *in_sg, *out_sg; in sg_split_phys() local
87 out_sg = split->out_sg; in sg_split_phys()
88 for (j = 0; j < split->nents; j++, out_sg++) { in sg_split_phys()
89 *out_sg = *in_sg; in sg_split_phys()
91 out_sg->offset += split->skip_sg0; in sg_split_phys()
92 out_sg->length -= split->skip_sg0; in sg_split_phys()
94 out_sg->offset = 0; in sg_split_phys()
96 sg_dma_address(out_sg) = 0; in sg_split_phys()
97 sg_dma_len(out_sg) = 0; in sg_split_phys()
[all …]
/linux-4.19.296/crypto/
Drsa-pkcs1pad.c104 struct scatterlist in_sg[2], out_sg[1]; member
359 pkcs1pad_sg_set_buf(req_ctx->out_sg, req_ctx->out_buf, in pkcs1pad_decrypt()
368 req_ctx->out_sg, req->src_len, in pkcs1pad_decrypt()
532 pkcs1pad_sg_set_buf(req_ctx->out_sg, req_ctx->out_buf, in pkcs1pad_verify()
541 req_ctx->out_sg, req->src_len, in pkcs1pad_verify()