cache_ptr 608 drivers/crypto/marvell/cesa.h unsigned int cache_ptr; cache_ptr 28 drivers/crypto/marvell/hash.c unsigned int len = req->nbytes + creq->cache_ptr; cache_ptr 35 drivers/crypto/marvell/hash.c iter->src.op_offset = creq->cache_ptr; cache_ptr 174 drivers/crypto/marvell/hash.c if (creq->cache_ptr) cache_ptr 176 drivers/crypto/marvell/hash.c creq->cache, creq->cache_ptr); cache_ptr 178 drivers/crypto/marvell/hash.c len = min_t(size_t, req->nbytes + creq->cache_ptr - sreq->offset, cache_ptr 186 drivers/crypto/marvell/hash.c if (len - creq->cache_ptr) cache_ptr 190 drivers/crypto/marvell/hash.c creq->cache_ptr, cache_ptr 191 drivers/crypto/marvell/hash.c len - creq->cache_ptr, cache_ptr 244 drivers/crypto/marvell/hash.c creq->cache_ptr = new_cache_ptr; cache_ptr 258 drivers/crypto/marvell/hash.c if (sreq->offset < (req->nbytes - creq->cache_ptr)) cache_ptr 394 drivers/crypto/marvell/hash.c if (creq->cache_ptr) cache_ptr 397 drivers/crypto/marvell/hash.c creq->cache_ptr, cache_ptr 398 drivers/crypto/marvell/hash.c ahashreq->nbytes - creq->cache_ptr); cache_ptr 442 drivers/crypto/marvell/hash.c if (creq->cache_ptr + req->nbytes < CESA_MAX_HASH_BLOCK_SIZE && !creq->last_req) { cache_ptr 449 drivers/crypto/marvell/hash.c creq->cache + creq->cache_ptr, cache_ptr 452 drivers/crypto/marvell/hash.c creq->cache_ptr += req->nbytes; cache_ptr 494 drivers/crypto/marvell/hash.c if (!creq->cache_ptr) cache_ptr 501 drivers/crypto/marvell/hash.c memcpy(ahashdreq->cache, creq->cache, creq->cache_ptr); cache_ptr 506 drivers/crypto/marvell/hash.c creq->cache_ptr, cache_ptr 696 drivers/crypto/marvell/hash.c creq->cache_ptr = req->nbytes + creq->cache_ptr - cache_ptr 699 drivers/crypto/marvell/hash.c creq->cache_ptr = 0; cache_ptr 819 drivers/crypto/marvell/hash.c memcpy(cache, creq->cache, creq->cache_ptr); cache_ptr 831 drivers/crypto/marvell/hash.c unsigned int cache_ptr; cache_ptr 846 drivers/crypto/marvell/hash.c creq->cache_ptr = 0; cache_ptr 848 drivers/crypto/marvell/hash.c cache_ptr = do_div(len, blocksize); cache_ptr 849 drivers/crypto/marvell/hash.c if (!cache_ptr) cache_ptr 852 drivers/crypto/marvell/hash.c memcpy(creq->cache, cache, cache_ptr); cache_ptr 853 drivers/crypto/marvell/hash.c creq->cache_ptr = cache_ptr;