Searched refs:sgl_in (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/ |
H A D | sec_algs.c | 378 kfree(el->sgl_in); in sec_alg_free_el() 466 sg_pcopy_to_buffer(sec_req_el->sgl_in, in sec_skcipher_alg_callback() 467 sg_nents(sec_req_el->sgl_in), in sec_skcipher_alg_callback() 632 struct scatterlist *sgl_in, int n_ents_in, in sec_alg_alloc_and_fill_el() 669 el->sgl_in = sgl_in; in sec_alg_alloc_and_fill_el() 671 ret = sec_alloc_and_fill_hw_sgl(&el->in, &el->dma_in, el->sgl_in, in sec_alg_alloc_and_fill_el() 630 sec_alg_alloc_and_fill_el(struct sec_bd_info *template, int encrypt, int el_size, bool different_dest, struct scatterlist *sgl_in, int n_ents_in, struct scatterlist *sgl_out, int n_ents_out, struct sec_dev_info *info, gfp_t gfp) sec_alg_alloc_and_fill_el() argument
|
H A D | sec_drv.h | 294 * @sgl_in: scatterlist for this request subpart 307 struct scatterlist *sgl_in; member
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/ |
H A D | sec_algs.c | 378 kfree(el->sgl_in); in sec_alg_free_el() 466 sg_pcopy_to_buffer(sec_req_el->sgl_in, in sec_skcipher_alg_callback() 467 sg_nents(sec_req_el->sgl_in), in sec_skcipher_alg_callback() 632 struct scatterlist *sgl_in, int n_ents_in, in sec_alg_alloc_and_fill_el() 669 el->sgl_in = sgl_in; in sec_alg_alloc_and_fill_el() 671 ret = sec_alloc_and_fill_hw_sgl(&el->in, &el->dma_in, el->sgl_in, in sec_alg_alloc_and_fill_el() 630 sec_alg_alloc_and_fill_el(struct sec_bd_info *template, int encrypt, int el_size, bool different_dest, struct scatterlist *sgl_in, int n_ents_in, struct scatterlist *sgl_out, int n_ents_out, struct sec_dev_info *info, gfp_t gfp) sec_alg_alloc_and_fill_el() argument
|
H A D | sec_drv.h | 294 * @sgl_in: scatterlist for this request subpart 307 struct scatterlist *sgl_in; member
|
Completed in 5 milliseconds