Lines Matching full:levels
88 number of hash tree levels in `verity_levels,' and the number of hashes per
194 uint32_t levels = 0;
196 /* calculate the size and the number of levels in the hash tree */
198 verity_get_size(v->data_blocks * FEC_BLOCKSIZE, &levels, NULL);
226 uint32_t hashes[levels];
231 for (uint32_t i = 1; i < levels; ++i) {
232 uint32_t blocks = hashes[levels - i];
233 debug("%u hash blocks on level %u", blocks, levels - i);
264 for (uint32_t i = 1; i < levels; ++i) {
265 uint32_t blocks = hashes[levels - i];