Searched defs:merkle_tree_params (Results 1 – 1 of 1) sorted by relevance
43 struct merkle_tree_params { struct44 const struct fsverity_hash_alg *hash_alg; /* the hash algorithm */45 const u8 *hashstate; /* initial hash state or NULL */46 unsigned int digest_size; /* same as hash_alg->digest_size */47 unsigned int block_size; /* size of data and tree blocks */71 struct merkle_tree_params tree_params; argument