Searched refs:try_buf_map_to_sec4_sg (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/crypto/caam/ |
D | caamhash.c | 204 try_buf_map_to_sec4_sg(struct device *jrdev, struct sec4_sg_entry *sec4_sg, in try_buf_map_to_sec4_sg() function 832 state->buf_dma = try_buf_map_to_sec4_sg(jrdev, in ahash_update_ctx() 945 state->buf_dma = try_buf_map_to_sec4_sg(jrdev, edesc->sec4_sg + 1, in ahash_final_ctx() 1031 state->buf_dma = try_buf_map_to_sec4_sg(jrdev, edesc->sec4_sg + 1, in ahash_finup_ctx() 1366 state->buf_dma = try_buf_map_to_sec4_sg(jrdev, edesc->sec4_sg, buf, in ahash_finup_no_ctx()
|