Home
last modified time | relevance | path

Searched refs:fsverity_digest (Results 1 – 6 of 6) sorted by relevance

/linux/fs/verity/
H A Dmeasure.c29 struct fsverity_digest __user *uarg = _uarg; in fsverity_ioctl_measure()
32 struct fsverity_digest arg; in fsverity_ioctl_measure()
126 struct fsverity_digest *arg; in bpf_get_fsverity_digest()
131 if (dynptr_sz < sizeof(struct fsverity_digest)) in bpf_get_fsverity_digest()
150 out_digest_sz = dynptr_sz - sizeof(struct fsverity_digest); in bpf_get_fsverity_digest()
/linux/include/uapi/linux/
H A Dfsverity.h31 struct fsverity_digest { struct
99 #define FS_IOC_MEASURE_VERITY _IOWR('f', 134, struct fsverity_digest)
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfs_kfuncs.c205 struct fsverity_digest *d;
244 /* Get fsverity_digest from ioctl */
245 d = (struct fsverity_digest *)skel->bss->expected_digest;
/linux/fs/fuse/
H A Dioctl.c127 struct fsverity_digest __user *uarg = (void __user *)arg; in fuse_setup_measure_verity()
132 if (digest_size > SIZE_MAX - sizeof(struct fsverity_digest)) in fuse_setup_measure_verity()
135 iov->iov_len = sizeof(struct fsverity_digest) + digest_size; in fuse_setup_measure_verity()
/linux/Documentation/admin-guide/LSM/
H A Dipe.rst562 '``fsverity_signature``', '``fsverity_digest``'. A description of all
685 fsverity_digest section in Properties
695 fsverity_digest=DigestName:HexadecimalString
697 The supported DigestNames for fsverity_digest are [#fsveritydigest]_
789 …op=EXECUTE fsverity_digest=sha256:fd88f2b8824e197f850bf4c5109bea5cf0ee38104f710843bb72da796ba5af9e…
/linux/Documentation/filesystems/
H A Dfsverity.rst93 files using properties ``fsverity_digest`` for identifying
211 struct fsverity_digest {