Searched refs:buff_sg (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/crypto/ccree/ |
| A D | cc_buffer_mgr.c | 320 &sg_dma_address(areq_ctx->buff_sg), sg_page(areq_ctx->buff_sg), in cc_set_hash_buf() 321 sg_virt(areq_ctx->buff_sg), areq_ctx->buff_sg->offset, in cc_set_hash_buf() 322 areq_ctx->buff_sg->length); in cc_set_hash_buf() 324 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_set_hash_buf() 1174 memcpy(areq_ctx->buff_sg, src, in cc_map_hash_request_final() 1176 areq_ctx->buff_sg->length = nbytes; in cc_map_hash_request_final() 1177 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_map_hash_request_final() 1287 memcpy(areq_ctx->buff_sg, src, in cc_map_hash_request_update() 1348 sg_virt(areq_ctx->buff_sg), in cc_unmap_hash_request() 1349 &sg_dma_address(areq_ctx->buff_sg), in cc_unmap_hash_request() [all …]
|
| A D | cc_hash.h | 52 struct scatterlist buff_sg[2]; member
|
Completed in 7 milliseconds