Home
last modified time | relevance | path

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

/linux/security/ipe/
H A Dhooks.c235 ipe_digest_free(blob->root_hash); in ipe_bdev_free_security()
283 ipe_digest_free(blob->root_hash); in ipe_bdev_setintegrity()
284 blob->root_hash = NULL; in ipe_bdev_setintegrity()
304 ipe_digest_free(blob->root_hash); in ipe_bdev_setintegrity()
305 blob->root_hash = info; in ipe_bdev_setintegrity()
H A Deval.c138 !!ctx->ipe_bdev->root_hash && in evaluate_dmv_roothash()
140 ctx->ipe_bdev->root_hash); in evaluate_dmv_roothash()
H A Deval.h30 struct digest_info *root_hash; member
/linux/include/uapi/linux/
H A Dfsverity.h58 __u8 root_hash[64]; /* Merkle tree root hash */ member
/linux/fs/verity/
H A Dverify.c273 want_hash = vi->root_hash; in verify_data_block()