Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/hisilicon/sec/
Dsec_algs.c378 kfree(el->sgl_out); in sec_alg_free_el()
458 sg_pcopy_to_buffer(sec_req_el->sgl_out, in sec_skcipher_alg_callback()
459 sg_nents(sec_req_el->sgl_out), in sec_skcipher_alg_callback()
632 struct scatterlist *sgl_out, int n_ents_out, in sec_alg_alloc_and_fill_el() argument
679 el->sgl_out = sgl_out; in sec_alg_alloc_and_fill_el()
681 el->sgl_out, in sec_alg_alloc_and_fill_el()
Dsec_drv.h310 struct scatterlist *sgl_out; member