Home
last modified time | relevance | path

Searched refs:hw_context_size (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/
H A Dtalitos.c866 unsigned int hw_context_size; member
1807 req_ctx->hw_context_size, in common_nonsnoop_hash()
1852 req_ctx->hw_context_size, in common_nonsnoop_hash()
1879 req_ctx->hw_context_size, in common_nonsnoop_hash()
1890 req_ctx->hw_context_size, in common_nonsnoop_hash()
1944 req_ctx->hw_context_size = size; in ahash_init()
1946 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size, in ahash_init()
1948 dma_unmap_single(dev, dma, req_ctx->hw_context_size, DMA_TO_DEVICE); in ahash_init()
2139 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size, in ahash_export()
2141 dma_unmap_single(dev, dma, req_ctx->hw_context_size, DMA_FROM_DEVIC in ahash_export()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H A Dtalitos.c867 unsigned int hw_context_size; member
1808 req_ctx->hw_context_size, in common_nonsnoop_hash()
1853 req_ctx->hw_context_size, in common_nonsnoop_hash()
1880 req_ctx->hw_context_size, in common_nonsnoop_hash()
1891 req_ctx->hw_context_size, in common_nonsnoop_hash()
1945 req_ctx->hw_context_size = size; in ahash_init()
1947 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size, in ahash_init()
1949 dma_unmap_single(dev, dma, req_ctx->hw_context_size, DMA_TO_DEVICE); in ahash_init()
2140 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size, in ahash_export()
2142 dma_unmap_single(dev, dma, req_ctx->hw_context_size, DMA_FROM_DEVIC in ahash_export()
[all...]

Completed in 7 milliseconds