Searched refs:check_block_hash_with_index (Results 1 – 3 of 3) sorted by relevance
82 return !f->hashtree().check_block_hash_with_index(n, data); in is_erasure()336 if (likely(f->hashtree().check_block_hash_with_index(curr, data))) { in verity_read()361 f->hashtree().check_block_hash_with_index(curr, data)) { in verity_read()368 f->hashtree().check_block_hash_with_index(curr, data)) { in verity_read()
96 bool check_block_hash_with_index(uint64_t index, const uint8_t *block);
171 bool hashtree_info::check_block_hash_with_index(uint64_t index, in check_block_hash_with_index() function in hashtree_info