Searched refs:nbytes_to_hash (Results 1 – 2 of 2) sorted by relevance
1994 unsigned int nbytes_to_hash; in ahash_process_req() local2018 nbytes_to_hash = nbytes + req_ctx->nbuf; in ahash_process_req()2019 to_hash_later = nbytes_to_hash & (blocksize - 1); in ahash_process_req()2025 nbytes_to_hash -= to_hash_later; in ahash_process_req()2028 nbytes_to_hash -= blocksize; in ahash_process_req()2034 nsg = (req_ctx->nbuf < nbytes_to_hash) ? 2 : 1; in ahash_process_req()2041 if (nbytes_to_hash > blocksize) in ahash_process_req()2044 offset = nbytes_to_hash - req_ctx->nbuf; in ahash_process_req()2071 edesc = ahash_edesc_alloc(areq, nbytes_to_hash); in ahash_process_req()2093 return common_nonsnoop_hash(edesc, areq, nbytes_to_hash, offset, in ahash_process_req()
711 unsigned int nbytes_to_hash = 0; in handle_ahash_req() local773 nbytes_to_hash = rctx->total_todo - rctx->total_sent; in handle_ahash_req()774 chunksize = nbytes_to_hash; in handle_ahash_req()