Lines Matching refs:hw_context_size
860 unsigned int hw_context_size; member
1812 req_ctx->hw_context_size, in common_nonsnoop_hash()
1859 req_ctx->hw_context_size, in common_nonsnoop_hash()
1885 req_ctx->hw_context_size, in common_nonsnoop_hash()
1896 req_ctx->hw_context_size, in common_nonsnoop_hash()
1950 req_ctx->hw_context_size = size; in ahash_init()
1952 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size, in ahash_init()
1954 dma_unmap_single(dev, dma, req_ctx->hw_context_size, DMA_TO_DEVICE); in ahash_init()
2144 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size, in ahash_export()
2146 dma_unmap_single(dev, dma, req_ctx->hw_context_size, DMA_FROM_DEVICE); in ahash_export()
2149 req_ctx->hw_context_size); in ahash_export()
2174 req_ctx->hw_context_size = size; in ahash_import()
2183 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size, in ahash_import()
2185 dma_unmap_single(dev, dma, req_ctx->hw_context_size, DMA_TO_DEVICE); in ahash_import()