Home
last modified time | relevance | path

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

/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c78 struct scatterlist *outp_sg, in update_output_data() argument
84 u32 len = min(nbytes, outp_sg->length); in update_output_data()
85 u8 *ptr = sg_virt(outp_sg); in update_output_data()
91 ++outp_sg; in update_output_data()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c215 struct scatterlist *outp_sg, in update_output_data() argument
221 u32 len = min(nbytes, outp_sg->length - offset); in update_output_data()
222 u8 *ptr = sg_virt(outp_sg); in update_output_data()
229 outp_sg = sg_next(outp_sg); in update_output_data()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c198 struct scatterlist *outp_sg, in update_output_data() argument
207 sg_len = outp_sg->length - offset; in update_output_data()
209 ptr = sg_virt(outp_sg); in update_output_data()
216 outp_sg = sg_next(outp_sg); in update_output_data()