Home
last modified time | relevance | path

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

/linux-6.12.1/security/ipe/
Dhooks.c207 ipe_digest_free(blob->root_hash); in ipe_bdev_free_security()
255 ipe_digest_free(blob->root_hash); in ipe_bdev_setintegrity()
256 blob->root_hash = NULL; in ipe_bdev_setintegrity()
276 ipe_digest_free(blob->root_hash); in ipe_bdev_setintegrity()
277 blob->root_hash = info; in ipe_bdev_setintegrity()
Deval.h30 struct digest_info *root_hash; member
Deval.c138 !!ctx->ipe_bdev->root_hash && in evaluate_dmv_roothash()
140 ctx->ipe_bdev->root_hash); in evaluate_dmv_roothash()
/linux-6.12.1/drivers/md/
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()
131 ret = verify_pkcs7_signature(root_hash, root_hash_len, sig_data, in verity_verify_root_hash()
/linux-6.12.1/fs/verity/
Denable.c74 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, &params, desc->root_hash); in enable_verity()
Dopen.c202 memcpy(vi->root_hash, desc->root_hash, vi->tree_params.digest_size); in fsverity_create_info()
Dfsverity_private.h68 u8 root_hash[FS_VERITY_MAX_DIGEST_SIZE]; member
Dverify.c196 want_hash = vi->root_hash; in verify_data_block()
/linux-6.12.1/include/uapi/linux/
Dfsverity.h58 __u8 root_hash[64]; /* Merkle tree root hash */ member
/linux-6.12.1/Documentation/filesystems/
Dfsverity.rst442 __u8 root_hash[64]; /* Merkle tree root hash */