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