Lines Matching defs:cache
51 req->cache = dma_pool_alloc(cesa_dev->dma->cache_pool, flags,
53 if (!req->cache)
62 if (!req->cache)
65 dma_pool_free(cesa_dev->dma->cache_pool, req->cache,
181 creq->cache, creq->cache_ptr);
222 memcpy_fromio(creq->cache,
227 i = mv_cesa_ahash_pad_req(creq, creq->cache);
231 creq->cache, i);
404 creq->cache,
458 creq->cache + creq->cache_ptr,
510 memcpy(ahashdreq->cache, creq->cache, creq->cache_ptr);
635 * Add the cache (left-over data from a previous block) first.
669 /* Account for the data that was in the cache. */
817 u64 *len, void *cache)
828 memset(cache, 0, blocksize);
829 memcpy(cache, creq->cache, creq->cache_ptr);
835 u64 len, const void *cache)
862 memcpy(creq->cache, cache, cache_ptr);