Searched refs:nbytes_to_hash (Results 1 – 2 of 2) sorted by relevance
1987 unsigned int nbytes_to_hash; in ahash_process_req() local2010 nbytes_to_hash = nbytes + req_ctx->nbuf; in ahash_process_req()2011 to_hash_later = nbytes_to_hash & (blocksize - 1); in ahash_process_req()2017 nbytes_to_hash -= to_hash_later; in ahash_process_req()2020 nbytes_to_hash -= blocksize; in ahash_process_req()2026 nsg = (req_ctx->nbuf < nbytes_to_hash) ? 2 : 1; in ahash_process_req()2035 if (nbytes_to_hash > blocksize) in ahash_process_req()2038 offset = nbytes_to_hash - req_ctx->nbuf; in ahash_process_req()2066 edesc = ahash_edesc_alloc(areq, nbytes_to_hash); in ahash_process_req()2088 return common_nonsnoop_hash(edesc, areq, nbytes_to_hash, ahash_done); in ahash_process_req()
700 unsigned int nbytes_to_hash = 0; in handle_ahash_req() local762 nbytes_to_hash = rctx->total_todo - rctx->total_sent; in handle_ahash_req()763 chunksize = nbytes_to_hash; in handle_ahash_req()