Searched refs:s5p_hash_xmit_dma (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | s5p-sss.c | 977 * s5p_hash_xmit_dma() - start DMA hash processing 984 static int s5p_hash_xmit_dma(struct s5p_aes_dev *dd, size_t length, in s5p_hash_xmit_dma() function 1420 err = s5p_hash_xmit_dma(dd, ctx->total, ctx->finup); in s5p_hash_handle_queue() 1423 err = s5p_hash_xmit_dma(dd, ctx->total, true); in s5p_hash_handle_queue() 1425 err = s5p_hash_xmit_dma(dd, ctx->total, true); in s5p_hash_handle_queue()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | s5p-sss.c | 974 * s5p_hash_xmit_dma() - start DMA hash processing 981 static int s5p_hash_xmit_dma(struct s5p_aes_dev *dd, size_t length, in s5p_hash_xmit_dma() function 1417 err = s5p_hash_xmit_dma(dd, ctx->total, ctx->finup); in s5p_hash_handle_queue() 1420 err = s5p_hash_xmit_dma(dd, ctx->total, true); in s5p_hash_handle_queue() 1422 err = s5p_hash_xmit_dma(dd, ctx->total, true); in s5p_hash_handle_queue()
|
Completed in 7 milliseconds