Home
last modified time | relevance | path

Searched refs:root_hash (Results 1 – 7 of 7) sorted by relevance

/linux/fs/verity/
A Denable.c153 u8 *root_hash) in build_merkle_tree() argument
164 memset(root_hash, 0, params->digest_size); in build_merkle_tree()
190 memcpy(root_hash, pending_hashes, params->digest_size); in build_merkle_tree()
268 BUILD_BUG_ON(sizeof(desc->root_hash) < FS_VERITY_MAX_DIGEST_SIZE); in enable_verity()
269 err = build_merkle_tree(filp, &params, desc->root_hash); in enable_verity()
275 params.hash_alg->name, params.digest_size, desc->root_hash); in enable_verity()
A Dopen.c172 memcpy(vi->root_hash, desc->root_hash, vi->tree_params.digest_size); in fsverity_create_info()
A Dfsverity_private.h75 u8 root_hash[FS_VERITY_MAX_DIGEST_SIZE]; member
A Dverify.c145 want_hash = vi->root_hash; in verify_page()
/linux/drivers/md/
A Ddm-verity-verify-sig.c106 int verity_verify_root_hash(const void *root_hash, size_t root_hash_len, in verity_verify_root_hash() argument
111 if (!root_hash || root_hash_len == 0) in verity_verify_root_hash()
121 ret = verify_pkcs7_signature(root_hash, root_hash_len, sig_data, in verity_verify_root_hash()
/linux/include/uapi/linux/
A Dfsverity.h58 __u8 root_hash[64]; /* Merkle tree root hash */ member
/linux/Documentation/filesystems/
A Dfsverity.rst415 __u8 root_hash[64]; /* Merkle tree root hash */

Completed in 8 milliseconds