Searched refs:nbytes_to_hash (Results 1 – 2 of 2) sorted by relevance
1989 unsigned int nbytes_to_hash; in ahash_process_req() local2012 nbytes_to_hash = nbytes + req_ctx->nbuf; in ahash_process_req()2013 to_hash_later = nbytes_to_hash & (blocksize - 1); in ahash_process_req()2019 nbytes_to_hash -= to_hash_later; in ahash_process_req()2022 nbytes_to_hash -= blocksize; in ahash_process_req()2028 nsg = (req_ctx->nbuf < nbytes_to_hash) ? 2 : 1; in ahash_process_req()2037 if (nbytes_to_hash > blocksize) in ahash_process_req()2040 offset = nbytes_to_hash - req_ctx->nbuf; in ahash_process_req()2068 edesc = ahash_edesc_alloc(areq, nbytes_to_hash); in ahash_process_req()2090 return common_nonsnoop_hash(edesc, areq, nbytes_to_hash, ahash_done); in ahash_process_req()
663 unsigned int nbytes_to_hash = 0; in handle_ahash_req() local725 nbytes_to_hash = rctx->total_todo - rctx->total_sent; in handle_ahash_req()726 chunksize = nbytes_to_hash; in handle_ahash_req()