Searched defs:merkle_tree_params (Results 1 – 1 of 1) sorted by relevance
35 struct merkle_tree_params { struct36 const struct fsverity_hash_alg *hash_alg; /* the hash algorithm */37 const u8 *hashstate; /* initial hash state or NULL */38 unsigned int digest_size; /* same as hash_alg->digest_size */39 unsigned int block_size; /* size of data and tree blocks */40 unsigned int hashes_per_block; /* number of hashes per tree block */41 unsigned int blocks_per_page; /* PAGE_SIZE / block_size */42 u8 log_digestsize; /* log2(digest_size) */43 u8 log_blocksize; /* log2(block_size) */67 struct merkle_tree_params tree_params; argument