Home
last modified time | relevance | path

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

/drivers/crypto/hisilicon/sec/
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
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()
A Dsec_drv.c1223 sizeof(struct sec_hw_sgl), 64, 0); in sec_probe()
/drivers/crypto/hisilicon/sec2/
A Dsec.h38 struct sec_hw_sgl { struct
45 struct sec_hw_sgl *next; argument
50 struct sec_hw_sgl in; argument
51 struct sec_hw_sgl out;
A Dsec_crypto.c1060 struct sec_hw_sgl *src_in, dma_addr_t *hw_sgl_dma, in sec_cipher_to_hw_sgl()
1088 *hw_sgl_dma = dma_map_single(dev, src_in, sizeof(struct sec_hw_sgl), dma_dir); in sec_cipher_to_hw_sgl()
1100 dma_unmap_single(dev, src_in, sizeof(struct sec_hw_sgl), dma_dir); in sec_cipher_put_hw_sgl()
1107 struct sec_hw_sgl *src_in = &req->buf.data_buf.in; in sec_cipher_map_sgl()
1108 struct sec_hw_sgl *dst_out = &req->buf.data_buf.out; in sec_cipher_map_sgl()

Completed in 26 milliseconds