Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h305 struct sec_hw_sgl *in;
308 struct sec_hw_sgl *out;
380 struct sec_hw_sgl { struct
388 struct sec_hw_sgl *next; argument
H A Dsec_algs.c156 static void sec_free_hw_sgl(struct sec_hw_sgl *hw_sgl, in sec_free_hw_sgl()
159 struct sec_hw_sgl *sgl_current, *sgl_next; in sec_free_hw_sgl()
174 static int sec_alloc_and_fill_hw_sgl(struct sec_hw_sgl **sec_sgl, in sec_alloc_and_fill_hw_sgl()
181 struct sec_hw_sgl *sgl_current = NULL; in sec_alloc_and_fill_hw_sgl()
182 struct sec_hw_sgl *sgl_next; in sec_alloc_and_fill_hw_sgl()
H A Dsec_drv.c1223 sizeof(struct sec_hw_sgl), 64, 0); in sec_probe()