Lines Matching refs:hw_context_size
868 unsigned int hw_context_size; member
1830 req_ctx->hw_context_size, in common_nonsnoop_hash()
1875 req_ctx->hw_context_size, in common_nonsnoop_hash()
1902 req_ctx->hw_context_size, in common_nonsnoop_hash()
1913 req_ctx->hw_context_size, in common_nonsnoop_hash()
2132 req_ctx->hw_context_size = size; in ahash_init()
2137 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size, in ahash_init()
2139 dma_unmap_single(dev, dma, req_ctx->hw_context_size, DMA_TO_DEVICE); in ahash_init()
2219 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size, in ahash_export()
2221 dma_unmap_single(dev, dma, req_ctx->hw_context_size, DMA_FROM_DEVICE); in ahash_export()
2224 req_ctx->hw_context_size); in ahash_export()
2249 req_ctx->hw_context_size = size; in ahash_import()
2258 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size, in ahash_import()
2260 dma_unmap_single(dev, dma, req_ctx->hw_context_size, DMA_TO_DEVICE); in ahash_import()