Searched refs:to_hash_later (Results 1 – 1 of 1) sorted by relevance
948 unsigned int to_hash_later; member960 unsigned int to_hash_later; member1828 if (!req_ctx->last_request && req_ctx->to_hash_later) { in ahash_done()1831 req_ctx->nbuf = req_ctx->to_hash_later; in ahash_done()1853 if (!req_ctx->last_request && req_ctx->to_hash_later) { in ahash_done()1856 req_ctx->nbuf = req_ctx->to_hash_later; in ahash_done()2046 unsigned int to_hash_later; in ahash_process_req() local2068 to_hash_later = nbytes_to_hash & (blocksize - 1); in ahash_process_req()2071 to_hash_later = 0; in ahash_process_req()2072 else if (to_hash_later) in ahash_process_req()[all …]