Lines Matching full:filled
16 u32 filled; member
34 if (WARN_ON_ONCE(next->is_root_hash && next->filled != 0)) in hash_one_block()
38 memset(&cur->data[cur->filled], 0, params->block_size - cur->filled); in hash_one_block()
41 &next->data[next->filled]); in hash_one_block()
44 next->filled += params->digest_size; in hash_one_block()
45 cur->filled = 0; in hash_one_block()
115 buffers[-1].filled = min_t(u64, params->block_size, in build_merkle_tree()
118 buffers[-1].filled, &pos); in build_merkle_tree()
124 if (bytes_read != buffers[-1].filled) { in build_merkle_tree()
133 if (buffers[level].filled + params->digest_size <= in build_merkle_tree()
159 if (buffers[level].filled != 0) { in build_merkle_tree()
171 /* The root hash was filled by the last call to hash_one_block(). */ in build_merkle_tree()
172 if (WARN_ON_ONCE(buffers[num_levels].filled != params->digest_size)) { in build_merkle_tree()
385 * the backing storage could have filled them with different content, so in fsverity_ioctl_enable()