Searched refs:root_hash (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/md/
H A Ddm-verity-verify-sig.c100 * @root_hash: For verity, the roothash/data to be verified.
106 int verity_verify_root_hash(const void *root_hash, size_t root_hash_len, argument
111 if (!root_hash || root_hash_len == 0)
121 ret = verify_pkcs7_signature(root_hash, root_hash_len, sig_data,
/linux-master/include/uapi/linux/
H A Dfsverity.h58 __u8 root_hash[64]; /* Merkle tree root hash */ member in struct:fsverity_descriptor
/linux-master/fs/verity/
H A Denable.c66 * return the root hash in @root_hash.
74 u8 *root_hash)
88 memset(root_hash, 0, params->digest_size);
104 buffers[num_levels].data = root_hash;
252 BUILD_BUG_ON(sizeof(desc->root_hash) < FS_VERITY_MAX_DIGEST_SIZE);
253 err = build_merkle_tree(filp, &params, desc->root_hash);
72 build_merkle_tree(struct file *filp, const struct merkle_tree_params *params, u8 *root_hash) argument
H A Dfsverity_private.h68 u8 root_hash[FS_VERITY_MAX_DIGEST_SIZE]; member in struct:fsverity_info
H A Dopen.c202 memcpy(vi->root_hash, desc->root_hash, vi->tree_params.digest_size);
H A Dverify.c196 want_hash = vi->root_hash;

Completed in 112 milliseconds