Searched refs:root_hash (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/md/ |
D | dm-verity-verify-sig.c | 106 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-6.6.21/fs/verity/ |
D | enable.c | 74 u8 *root_hash) in build_merkle_tree() argument 88 memset(root_hash, 0, params->digest_size); in build_merkle_tree() 104 buffers[num_levels].data = root_hash; in build_merkle_tree() 252 BUILD_BUG_ON(sizeof(desc->root_hash) < FS_VERITY_MAX_DIGEST_SIZE); in enable_verity() 253 err = build_merkle_tree(filp, ¶ms, desc->root_hash); in enable_verity()
|
D | open.c | 202 memcpy(vi->root_hash, desc->root_hash, vi->tree_params.digest_size); in fsverity_create_info()
|
D | fsverity_private.h | 68 u8 root_hash[FS_VERITY_MAX_DIGEST_SIZE]; member
|
D | verify.c | 196 want_hash = vi->root_hash; in verify_data_block()
|
/linux-6.6.21/include/uapi/linux/ |
D | fsverity.h | 58 __u8 root_hash[64]; /* Merkle tree root hash */ member
|
/linux-6.6.21/Documentation/filesystems/ |
D | fsverity.rst | 432 __u8 root_hash[64]; /* Merkle tree root hash */
|