Lines Matching refs:hw_context_size
866 unsigned int hw_context_size; member
1806 req_ctx->hw_context_size, in common_nonsnoop_hash()
1851 req_ctx->hw_context_size, in common_nonsnoop_hash()
1878 req_ctx->hw_context_size, in common_nonsnoop_hash()
1889 req_ctx->hw_context_size, in common_nonsnoop_hash()
1943 req_ctx->hw_context_size = size; in ahash_init()
1945 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size, in ahash_init()
1947 dma_unmap_single(dev, dma, req_ctx->hw_context_size, DMA_TO_DEVICE); in ahash_init()
2138 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size, in ahash_export()
2140 dma_unmap_single(dev, dma, req_ctx->hw_context_size, DMA_FROM_DEVICE); in ahash_export()
2143 req_ctx->hw_context_size); in ahash_export()
2168 req_ctx->hw_context_size = size; in ahash_import()
2177 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size, in ahash_import()
2179 dma_unmap_single(dev, dma, req_ctx->hw_context_size, DMA_TO_DEVICE); in ahash_import()