Searched refs:pending_hash_bytes (Results 1 – 1 of 1) sorted by relevance
124 unsigned int pending_hash_bytes; in build_merkle_tree() local136 pending_hash_bytes = 0; in build_merkle_tree()168 hash_final(hash, &pending_hashes[pending_hash_bytes]); in build_merkle_tree()169 pending_hash_bytes += digest_size; in build_merkle_tree()174 ASSERT(pending_hash_bytes == digest_size); in build_merkle_tree()181 if (pending_hash_bytes + digest_size > params->blocksize in build_merkle_tree()184 memset(&pending_hashes[pending_hash_bytes], 0, in build_merkle_tree()185 params->blocksize - pending_hash_bytes); in build_merkle_tree()193 pending_hash_bytes = 0; in build_merkle_tree()