Lines Matching defs:cache
52 req->cache = dma_pool_alloc(cesa_dev->dma->cache_pool, flags,
54 if (!req->cache)
63 if (!req->cache)
66 dma_pool_free(cesa_dev->dma->cache_pool, req->cache,
188 creq->cache, creq->cache_ptr);
191 creq->cache, creq->cache_ptr);
232 memcpy(creq->cache,
237 memcpy_fromio(creq->cache,
243 i = mv_cesa_ahash_pad_req(creq, creq->cache);
248 creq->cache, i);
252 creq->cache, i);
428 creq->cache,
482 creq->cache + creq->cache_ptr,
534 memcpy(ahashdreq->cache, creq->cache, creq->cache_ptr);
659 * Add the cache (left-over data from a previous block) first.
693 /* Account for the data that was in the cache. */
841 u64 *len, void *cache)
852 memset(cache, 0, blocksize);
853 memcpy(cache, creq->cache, creq->cache_ptr);
859 u64 len, const void *cache)
886 memcpy(creq->cache, cache, cache_ptr);