Searched refs:img_hash_xmit_cpu (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | img-hash.c | 190 static int img_hash_xmit_cpu(struct img_hash_dev *hdev, const u8 *buf, in img_hash_xmit_cpu() function 215 img_hash_xmit_cpu(hdev, ctx->buffer, ctx->bufcnt, 0); in img_hash_dma_callback() 267 return img_hash_xmit_cpu(hdev, ctx->buffer, ctx->total, 1); in img_hash_write_via_cpu() 394 img_hash_xmit_cpu(hdev, addr + ctx->offset, in img_hash_dma_task()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | img-hash.c | 191 static int img_hash_xmit_cpu(struct img_hash_dev *hdev, const u8 *buf, in img_hash_xmit_cpu() function 216 img_hash_xmit_cpu(hdev, ctx->buffer, ctx->bufcnt, 0); in img_hash_dma_callback() 268 return img_hash_xmit_cpu(hdev, ctx->buffer, ctx->total, 1); in img_hash_write_via_cpu() 395 img_hash_xmit_cpu(hdev, addr + ctx->offset, in img_hash_dma_task()
|
Completed in 3 milliseconds