Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c214 struct scatterlist *outp_sg, in update_output_data() argument
220 u32 len = min(nbytes, outp_sg->length - offset); in update_output_data()
221 u8 *ptr = sg_virt(outp_sg); in update_output_data()
228 outp_sg = sg_next(outp_sg); in update_output_data()
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c196 struct scatterlist *outp_sg, in update_output_data() argument
205 sg_len = outp_sg->length - offset; in update_output_data()
207 ptr = sg_virt(outp_sg); in update_output_data()
214 outp_sg = sg_next(outp_sg); in update_output_data()